-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[MRG] EHN add BalancedBaggingClassifier #315
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
Codecov Report
@@ Coverage Diff @@
## master #315 +/- ##
========================================
Coverage ? 98.1%
========================================
Files ? 68
Lines ? 4071
Branches ? 0
========================================
Hits ? 3994
Misses ? 77
Partials ? 0
Continue to review full report at Codecov.
|
1b22868
to
33660d4
Compare
@chkoar I would be inclined to move the meta-estimator. I am not sure where indeed. |
despite the rebase and the nosetest asserts LGTM |
sweet :) |
We have for EuroScipy next week ;) We got in release mode chasing scikit-learn :) |
Reference Issue
closes #252
closes #149
What does this implement/fix? Explain your changes.
Implement
EasyEnsemble
as a meta-estimator. We call itBalancedBaggingClassifier
since it is what it does.Any other comments?