Thank you very much for this awesome work!
Is it possible to have a list of all the possible Classifiers and Regressors that TPOT's model search space consists of in a classification and regression task, respectively?
Please check this table for default configurations of TPOT.
Thanks a lot for your timely response!
As I see it, TPOT has sklearn's 'GradientBoostingRegressor' in its model search space, but not XGBoost. Although the two algorithms are essentially based on the same principle; from my experience, XGBoost provides more memory-efficiency than its sklearn counterpart. Also, it is generally higher when it comes to prediction accuracy.
So my question is why is XGBoost left out of the model search space? If there's a particular reason behind this choice, kindly share it here. I would be glad to know if I have an incomplete knowledge of the picture here.
Thanks a lot for your time!
xgboost is in the configuration, TPOT should use it if it is installed in your environment.
Gosh! How did I miss it :smile: