Hi team,
Thank you for such a helpful library. While using tpot library, we found certain regressors and classifiers not included in the model selection of the machine learning pipeline.
It would be great with the addition of some regressors like Gaussian Process Regressor, Voting Regressor and classifiers like Voting Classifier, AdaBoost Classifier.
How to recreate it?
- User creates TPOT instance
- User calls TPOT
fit() function with training data
Expected result
The above-mentioned regressor and classifier are not included in the Machine learning for Model selection.