ClimbsRocks / auto_ml

[UNMAINTAINED] Automated machine learning for analytics & production
http://auto-ml.readthedocs.io
MIT License
1.64k stars 310 forks source link

Build gradient boosting trees sequentially, with a smaller learning rate #262

Closed ClimbsRocks closed 7 years ago

ClimbsRocks commented 7 years ago

and stop whenever we hit validation accuracy max.

should be pretty easy to do for sklearn, might even be possible to do for xgboost and lightgbm.

ClimbsRocks commented 7 years ago

done for sklearn. opening separate requests for xgb and lgb, since they take different approaches.