-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
FIX remainder parameter for column transformer visual block
#32713
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
base: main
Are you sure you want to change the base?
Conversation
remainder parameter for column transformer visual block remainder parameter for column transformer visual block
glemaitre
left a comment
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 @DeaMariaLeon I think we can add a an entry in a changelog because it is impacting the end user.
I'm not really sure how we could write a good non-regression tests here.
|
I don't know why the edit: I don't know if I should add the file in the |
It's in the wrong folder ;) |
|
Let's put is in compose considering that the bug was for the representation of the |
Reference Issues/PRs
See #32146 (comment)
What does this implement/fix? Explain your changes.
This PR corrects the ColumnTransformer dotted-line. It was wrongly including the regressor, when remainder was "passthrough".

This was wrong:
Corrected:

The changes on
estimator.pyare meant to remove '[ ]' below the regressor.@glemaitre
Any other comments?
I don't know if changelog file is needed.