-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add reference for BalancedBaggingClassifier #653
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
Comments
I do not think that we do what they describe in the paper. |
Sorry it was more that we have to check (I just saw the name which look similar). I did not read the article yet. |
No worries. The fact is that |
"A Review on Ensembles for the Class Imbalance Problem: Bagging-, Boosting-, and Hybrid-Based Approaches" discusses "Bagging-based Ensembles" toward the end of section 3. They distinguish between OverBagging, UnderBagging, UnderOverBagging, and IIVotes (a method based on the SPIDER sampler). Since To @chkoar's point: changing the |
#808 Will solve this issue. |
I think we could add this reference for BalancedBaggingClassifier: Roughly BalancedBagging for Imbalanced Data
The text was updated successfully, but these errors were encountered: