Hi ,
In One V/s Rest approach don’t we get trap in the problem of class imbalance ? In the given example we know that we have 4 class & assume that size of each class will be “S” . now the number of data point in one Vs Rest for i=one class as S & rest will be 3S .
So ultimately we are making our model to be biased towards rest class .
So how to resolve this problem ?
Please comment on this .