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
I am writing my master thesis on imbalanced dataset impact on active learning methods. I have stumbled upon a problem in bootstrapping. When there is few minority class samples, sometimes models are bootstrapped only majority class samples and it results with: ValueError: The number of classes has to be greater than one; got 1 class
Would it be reasonable to implement stratified bootstrapping? I will make a pull request soon with the proposition.
The text was updated successfully, but these errors were encountered:
I am writing my master thesis on imbalanced dataset impact on active learning methods. I have stumbled upon a problem in bootstrapping. When there is few minority class samples, sometimes models are bootstrapped only majority class samples and it results with:
ValueError: The number of classes has to be greater than one; got 1 class
Would it be reasonable to implement stratified bootstrapping? I will make a pull request soon with the proposition.
The text was updated successfully, but these errors were encountered: