Skip to content

Export functionality and more ML models

Compare
Choose a tag to compare
@rhiever rhiever released this 07 Dec 18:52
· 2333 commits to master since this release

New in v0.2.0:

  • TPOT now has the ability to export the optimized pipelines to sklearn code. See the documentation for more information.
  • Logistic regression, SVM, and k-nearest neighbors classifiers were added as pipeline operators. Previously, TPOT only included decision tree and random forest classifiers.
  • TPOT can now use arbitrary scoring functions for the optimization process. See the scoring function documentation for more information.