Open choshin84 opened 5 years ago
(GBM) Separate tree based parameters and Boosting parameters (XGB/LGBM/Cat) Add regularization parameters
https://www.analyticsvidhya.com/blog/2016/02/complete-guide-parameter-tuning-gradient-boosting-gbm-python/ https://www.analyticsvidhya.com/blog/2016/03/complete-guide-parameter-tuning-xgboost-with-codes-python/
Try out later https://github.com/pfnet/optuna
Catboost needs to use GPU acceleration for some parameters, i.e. min_data_in_leaf
Tweet summary
(GBM) Separate tree based parameters and Boosting parameters (XGB/LGBM/Cat) Add regularization parameters
Useful link
https://www.analyticsvidhya.com/blog/2016/02/complete-guide-parameter-tuning-gradient-boosting-gbm-python/ https://www.analyticsvidhya.com/blog/2016/03/complete-guide-parameter-tuning-xgboost-with-codes-python/