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.86k stars 857 forks source link

Can mlxtend show the features' name in Sequential Feature Selection for Regression #808

Closed lewisscola closed 3 years ago

lewisscola commented 3 years ago

Hi, I see the 'Example 5 - Sequential Feature Selection for Regression' in http://rasbt.github.io/mlxtend/user_guide/feature_selection/SequentialFeatureSelector/#example-5-sequential-feature-selection-for-regression, Can I show the most important features' name in mlxtend?(it only show the features' number but not the name)

Thank you!