Skip to content

0.0.18

Compare
Choose a tag to compare
@iamDecode iamDecode released this 27 Jul 11:03
· 79 commits to master since this release

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.