Skip to content

0.0.17

Compare
Choose a tag to compare
@iamDecode iamDecode released this 16 Jun 19:40
· 107 commits to master since this release

Bugfixes

  • Fixed an issue with categorical features that occurred when categories contained spaces.

Enhancements

  • 🌟Added support for tree-based regression, including decision trees (PMMLTreeRegressor), random forests (PMMLForestRegressor) and gradient boosting (PMMLGradientBoostingRegressor) (#25).
  • Added support for classification with linear models, with PMMLLogisticRegression for regression models, and PMMLRidgeClassifier for general regression models (#24).