Tpot: List of All (Supervised) Regressors and Classifiers

Created on 17 Sep 2020  路  4Comments  路  Source: EpistasisLab/tpot

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?

question

All 4 comments

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.

This is the link of xgboost in regression config

Gosh! How did I miss it :smile:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chjq201410695 picture chjq201410695  路  4Comments

100330706 picture 100330706  路  5Comments

TomAugspurger picture TomAugspurger  路  4Comments

skrish13 picture skrish13  路  3Comments

KhaledSharif picture KhaledSharif  路  5Comments