rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.85k stars 857 forks source link

Can I plot feature importance in Sequential Feature Selection for Regression #830

Closed lewisscola closed 3 years ago

lewisscola commented 3 years ago

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!