Closed
Description
'auto': correspond to 'all' with for over-sampling methods and 'not minority' for under-sampling methods. The classes targeted will be over-sampled or under-sampled to achieve an equal number of sample with the majority or minority class.
This is always undersampling in BalancedBaggingClassifier, right? So auto is always 'not minority'? If so, I feel this docstring can be simplified.