- TPOT now has the ability to export the optimized pipelines to sklearn code. See the [documentation](http://rhiever.github.io/tpot/examples/Using_TPOT_via_code/) 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](http://rhiever.github.io/tpot/examples/Custom_Scoring_Functions/) for more information.