Skip to content

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

Merged
merged 10 commits into from
Apr 8, 2021

Conversation

albertvillanova
Copy link
Contributor

Fix #16093.
Supersede and close #16303.

@albertvillanova albertvillanova marked this pull request as ready for review September 25, 2020 11:59
Copy link
Member

@rth rth left a 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>
@albertvillanova
Copy link
Contributor Author

Thank you @rth for the suggestion. It was a good idea to start contributing.

Base automatically changed from master to main January 22, 2021 10:53
@albertvillanova
Copy link
Contributor Author

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.

Copy link
Member

@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thomasjpfan thomasjpfan merged commit 132627e into scikit-learn:main Apr 8, 2021
@rth
Copy link
Member

rth commented Apr 8, 2021

Thanks @albertvillanova !

thomasjpfan pushed a commit to thomasjpfan/scikit-learn that referenced this pull request Apr 19, 2021
…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>
@glemaitre glemaitre mentioned this pull request Apr 22, 2021
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

column transformer assumes elements of get_feature_names() will be strings.
3 participants