ray-project / tune-sklearn

A drop-in replacement for Scikit-Learn’s GridSearchCV / RandomizedSearchCV -- but with cutting edge hyperparameter tuning techniques.
https://docs.ray.io/en/master/tune/api_docs/sklearn.html
Apache License 2.0
465 stars 52 forks source link

[feature] Support LightGBM incremental learning #88

Closed richardliaw closed 4 years ago

richardliaw commented 4 years ago

We should allow users to toggle incremental learning for lightgbm once it is available on LightGBM master.

See #58.

cc @rohan-gt

richardliaw commented 4 years ago

Supported in #109 !