Closed
Description
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment