You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).