-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG+2] Change default of ColumnTransformer remainder from passthrough to drop #11603
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
[MRG+2] Change default of ColumnTransformer remainder from passthrough to drop #11603
Conversation
Travis is passing except of the sag failing one |
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
I'm sorry, but I don't think that it's a good idea to merge with the failing SAG. The risk is to end up with a failing test in master, which isn't a good situation, in particular for a sprint. |
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.
+1 for merge once CI is green.
I've restarted the failing travis job, hoping that it will go away. |
@GaelVaroquaux It's a random failure that is already happening on master as well (I think Guillaume is working on a fix #11606) |
OK. However, we just got a very different error, that does not seem random to me: |
Ah, now it is another one (collection of the test), and that is just fixed in master normally, restarting again. |
…-change-remainder-default
Merged master in the hope this will then be green |
…-change-remainder-default
…-change-remainder-default
Everything is passing aside from appveyor that is pending. I'll merge! |
Follow-up on #9012
The motivation is that silently passing through uniquely identifying columns (e.g. a user id) or the target will lead to catastrophic overfitting that beginner users will have a hard time to debug.