Feature importance in pipeline

This is a bit out of scope but I was wondering how we can get the importance of the features in a model (e.g., LogisticRegression, DecionTree, etc) when we use sklearn pipeline?

We have a Module on feature importance in the static version of the MOOC. This is not covered in the FUN version as it is still work in progress.

3 Likes