Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-02-11 | 488 Bytes | |
v0.6.0.tar.gz | 2020-02-11 | 110.8 kB | |
v0.6.0.zip | 2020-02-11 | 205.3 kB | |
Totals: 3 Items | 316.6 kB | 0 |
- Trained models can now be transpiled into R, PowerShell and PHP. Major effort delivered solely by @StrikerRUS .
- In Java interpreter introduced a logic that splits code into methods that is based on heuristics and which doesn't rely on
SubroutineExpr
from AST. - Added support of LightGBM and XGBoost Random Forest models.
- XGBoost linear models are now supported.
- LassoLarsCV, Perceptron and PassiveAggressiveClassifier estimators from scikit-learn package are now supported.