-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[MRG+1] EHN: scikit-learn API transition #462
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+1] EHN: scikit-learn API transition #462
Conversation
Hello @glemaitre! Thanks for updating the PR.
Comment last updated on August 27, 2018 at 22:06 Hours UTC |
@chkoar This will be a huge one difficult to review :) I tried to keep it lean. |
If you can have a look at it. |
Codecov Report
@@ Coverage Diff @@
## master #462 +/- ##
==========================================
- Coverage 98.78% 98.74% -0.05%
==========================================
Files 75 75
Lines 4628 4543 -85
==========================================
- Hits 4572 4486 -86
- Misses 56 57 +1
Continue to review full report at Codecov.
|
add |
Implement the last part in a separate PR (and link to this one) |
closes #460
This PR implements:
sample
.fit_resample
. In addition, we kept an aliasfit_sample
for backcompatibility.