Hi everyone,
I’m working on a classification project where I’m using ColumnTransformer
to preprocess my data. I’m trying to retrieve the names of the features that have been transformed by the ColumnTransformer
, but I’m not quite sure how to do it. Can someone please explain how I can retrieve the feature names after transformation using ColumnTransformer
in Python?
Here’s a code snippet of how I’m using ColumnTransformer
:
Any help on how to retrieve the feature names after transformation would be greatly appreciated. Thanks in advance!