Replies: 2 comments 3 replies
-
It seems that this feature is now available in sklearn v1, so should be able to add this yes! |
Beta Was this translation helpful? Give feedback.
2 replies
-
I've had zero time for this in the past two months (moving house with two young children is not exactly OSS development friendly :), but should have some time in the coming weeks so will see if I can do this. If you'd like to help: basically just need a piece of code that take a Pipeline and extracts the dataframe that goes into the final model (with proper column names) and the final model. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Per #11
...it appears we are waiting for a pipeline.get_feature_names() implementation to support
Pipeline
. Is this still the case, when we have something like a pipeline whose transformer expands the dimensionality prior to fitting with a classifier?Beta Was this translation helpful? Give feedback.
All reactions