You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LightGBM allows you to provide initial model for continued training.
This option should be supported in the Dask interface.
Motivation
This change would bring the Dask interface closer to full feature parity with the non-Dask interface, so that users who'd otherwise like to use Dask don't have to avoid it because init_model is missing.
Closed in favor of being in #2302. We decided to keep all feature requests in one place.
Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature.
Summary
LightGBM allows you to provide initial model for continued training.
This option should be supported in the Dask interface.
Motivation
This change would bring the Dask interface closer to full feature parity with the non-Dask interface, so that users who'd otherwise like to use Dask don't have to avoid it because
init_model
is missing.References
LightGBM/python-package/lightgbm/sklearn.py
Lines 252 to 253 in e5c3f7e
LightGBM/python-package/lightgbm/engine.py
Lines 159 to 164 in d6ebd06
LightGBM/python-package/lightgbm/dask.py
Line 858 in 296397d
The text was updated successfully, but these errors were encountered: