Describe the bug
If I resample a dataset 10x for each class, I might get a warning like
After over-sampling, the number of samples in class 1 will be larger than the number of samples in the majority class
Which is true, but I don't know why it deserves a warning. Maybe the criterion for the warning should be that after sampling another class is bigger than the majority class? But not sure.
Expected Results
No warning.
Actual Results
Warning, potentially for each other class. If the classes are of similar sizes, I will likely get a warning for each class.