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
Feature importance ranking was calculated based on information about the loss gains learned within training data, which could carry significant overfitting and may unfairly inflate some importances. I want to estimate the local importance in the validation data using re-calculated gains.
Xgboost implements this feature, but I haven't found a similar feature in the document of lightgbm, "refit" can't recalculate the importance of features and will change the output of the leaf.
StrikerRUS
changed the title
The update process for a tree model, and its application to feature importance
Recalculate feature importance during the update process of a tree model
Dec 20, 2019
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.
Feature importance ranking was calculated based on information about the loss gains learned within training data, which could carry significant overfitting and may unfairly inflate some importances. I want to estimate the local importance in the validation data using re-calculated gains.
Xgboost implements this feature, but I haven't found a similar feature in the document of lightgbm, "refit" can't recalculate the importance of features and will change the output of the leaf.
dmlc/xgboost#1670
The text was updated successfully, but these errors were encountered: