Can I plot feature importance in Sequential Feature Selection for Regression #831
Unanswered
lewisscola
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Sorry that info is not available via the SFS. I.e., the SFS does not compute feature importance in a meaningful way (because the feature importance could change via each subset iteration, and it would be an unfair way to compute feature importances that way). What you could do though is running SFS, selecting the features of interest, and then getting the feature importances via http://rasbt.github.io/mlxtend/user_guide/evaluate/feature_importance_permutation/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using Sequential Feature Selection for Regression in mlxtend. The website is(Example 5): http://rasbt.github.io/mlxtend/user_guide/feature_selection/SequentialFeatureSelector/#example-3-visualizing-the-results-in-dataframes
My question is: can I plot the feature importance for each feature?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions