Dear Uncle Steve,
Thank you so much for your tutorial on Pipelines, I've learned a lot from it.
However, I do have a question regarding feature importance.
In your code, you're able to get the feature importances for the pipeline, however, due to the ColumnTransformer, the name of the columns are taken out and replaced by numbers. This leads to me not being able to tell which columns are important (because the columns are all numbers instead of the original names).
How do we overcome this problem?
Thank you!
Daniel
Dear Uncle Steve,
Thank you so much for your tutorial on Pipelines, I've learned a lot from it.
However, I do have a question regarding feature importance.
In your code, you're able to get the feature importances for the pipeline, however, due to the ColumnTransformer, the name of the columns are taken out and replaced by numbers. This leads to me not being able to tell which columns are important (because the columns are all numbers instead of the original names).
How do we overcome this problem?
Thank you!
Daniel