-
-
Notifications
You must be signed in to change notification settings - Fork 26k
FIX Let ColumnTransformer.get_feature_names handle transformers with non-string feature names #18459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for continuing stalled PR @albertvillanova ! LGTM.
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Thank you @rth for the suggestion. It was a good idea to start contributing. |
Hi @thomasjpfan. I've seen you manually closed #16303 instead of merging this PR. Is it OK? Should I address more changes before merging? Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @albertvillanova ! |
…non-string feature names (scikit-learn#18459) Co-authored-by: Alonso Silva Allende <alonsosilva@gmaiil.com> Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Fix #16093.
Supersede and close #16303.