Export functionality and more ML models
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.