scikit-learn-contrib / DESlib

A Python library for dynamic classifier and ensemble selection
BSD 3-Clause "New" or "Revised" License
477 stars 106 forks source link

Extracting feature importance with DESlib #276

Open foxi-i opened 1 year ago

foxi-i commented 1 year ago

i'm currently working with DESlib library for ensemble learning in Python and I'm interested in extracting the feature importance values from the DESlib ensemble classifiers. However, I couldn't find a direct method or attribute in DESlib for obtaining feature importances. Could you please guide me on how to extract feature importances using DESlib?