You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Following the discussion in scikit-learn/scikit-learn#9723, we introduce a bug in
BalancedBaggingClassifier
which would affect theBaggingClassifier
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.
The text was updated successfully, but these errors were encountered: