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

Feature Importance Aggregated to Feature #8322

Closed
DarioS opened this issue Oct 7, 2022 · 3 comments
Closed

Feature Importance Aggregated to Feature #8322

DarioS opened this issue Oct 7, 2022 · 3 comments

Comments

@DarioS
Copy link

DarioS commented Oct 7, 2022

Currently, one importance score is output for feature-factor level combinations because of one-hot encoding. Could there be an option to calculate one score per feature, to make it compatible with CRAN's randomForest importannce()?

@trivialfis
Copy link
Member

Not at the moment, unfortunately. We are working on categorical data (Python only right now) support so in the future one hot encoding in R will not be necessary.

@DarioS
Copy link
Author

DarioS commented Oct 9, 2022

Awesome. I just chanced upon the version 2.0 Roadmap task list and I see that true categorical support is on the way!

@trivialfis
Copy link
Member

Closing in favor of #7899 .

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

No branches or pull requests

2 participants