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

Add documentation examples for getting meta-feature importance for stacking classifier #817

Open rasbt opened 3 years ago

rasbt commented 3 years ago

Add an example to the StackingClassifier and StackingCVClassifier for how to get feature importances for the meta-features and meta-classifier.

Use the example from #816