0.0.18
Bugfixes
- Fixed a problem that could block logistic regression from working in new versions of scikit-learn (4b6e11c).
- The input array shape now gets validated, and pandas dataframes gets subscripted and reordered to match the PMML file (2555898).
Enhancements
- 🌟Added support for support vector machine classification and regression (#31).
- Several improvements to documentation and code style.