Skip to content

Bug in BalancedBaggingClassifier #359

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

Closed
glemaitre opened this issue Oct 23, 2017 · 0 comments · Fixed by #360
Closed

Bug in BalancedBaggingClassifier #359

glemaitre opened this issue Oct 23, 2017 · 0 comments · Fixed by #360
Labels
Type: Bug Indicates an unexpected problem or unintended behavior

Comments

@glemaitre
Copy link
Member

Following the discussion in scikit-learn/scikit-learn#9723, we introduce a bug in BalancedBaggingClassifier which would affect the BaggingClassifier due to the monkey patch.

We need to remove the monkey patch and wait for upstream merging to make the test.
The example is probably not valid anymore since bootstrapping was not working anymore.

@glemaitre glemaitre added the Type: Bug Indicates an unexpected problem or unintended behavior label Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant