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).