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's Booster.predict() can be use to get feature contributions, by passing pred_contrib=True. This should be supported for model objects from the Dask interface as well.
Motivation
This is useful for inspecting the relative importance of features in a LightGBM model.
Summary
LightGBM's
Booster.predict()
can be use to get feature contributions, by passingpred_contrib=True
. This should be supported for model objects from the Dask interface as well.Motivation
This is useful for inspecting the relative importance of features in a LightGBM model.
Description
The check at
LightGBM/python-package/lightgbm/dask.py
Line 169 in aae4fe4
pred_contrib=True
has been passed, and return the full DataFrame of the result.References
dask-lightgbm
shows what the relevant change might look like: h2oai/dask-lightgbm@c19000bThe text was updated successfully, but these errors were encountered: