Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recalculate feature importance during the update process of a tree model #2413

Closed
LeoYML opened this issue Sep 16, 2019 · 1 comment
Closed

Comments

@LeoYML
Copy link

LeoYML commented Sep 16, 2019

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

@StrikerRUS 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
@StrikerRUS
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants