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
[#161, #162] Unify feature importances for XGBoost and LightGBM
We now compute two feature importances for each model.
- weight: the number of splits that each feature causes
- gain: the total gain across all of each feature's splits
0 commit comments