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
FIX Enforce strict column name order/count in ColumnTransformer #18256
FIX Enforce strict column name order/count in ColumnTransformer #18256
Conversation
Gentle reminder. |
@glemaitre @ogrisel, I've labeled as blocker because this pull request finalize some deprecations and remove TODOs for 0.24. Do you mind having a look? Thanks @madhuracj for your work and your patience. |
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.
Thank you for the PR @madhuracj !
I made a small pushed to make the changes and I will add an entry in what's new |
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
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 as well, thanks @madhuracj and @glemaitre
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
Reference Issues/PRs
See #14223, #14237, #14251 and #14544
What does this implement/fix? Explain your changes.
This PR enforces strict column name order and count in ColumnTransformer and cleans up the intermediary codes that were used while the previous behaviour was being deprecated.
Basically, these changes are TODOs marked for v0.24.
Any other comments?