-
-
Notifications
You must be signed in to change notification settings - Fork 26k
[MRG] remove deprecated stuff from 0.17 #4370
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
ca6ab01
to
ed1f093
Compare
I tried to remove the multi-label support from the multi-label generator, but even that was non-trivial. @arjoly your help would be much appreciated, maybe in a different pr? |
012efe7
to
fcfe3c5
Compare
Haven't we disabled coveralls bot already?? @coveralls shoo go away! ;) |
fcfe3c5
to
e1af92b
Compare
Great cleanup, merging. Indeed the remaining non-trivial stuff should better be addressed in separate PRs. |
[MRG] remove deprecated stuff from 0.17
BTW @amueller this kind of commits could be prefixed with a |
-23k loc! 🍻 |
yep, should have been MAINT. |
The locs are mostly generated C for hmm ^^ |
This PR removes most of the deprecated things for 0.17.
Two items are left afterwards:
I'm not sure if we want cross_val_score and GridSearchCV to support iterators that support boolean masks. I think the intention was to remove this support completely, but I'm not sure. For now, I only removed the option to return boolean masks from the cross-validation iterators.