Thanks! I believe that SMOTE does not change any rows for intersections that do not grow. That is why the code is asymmetric: the rows for intersections whose size remains unchanged come from the SMOTE side, only rows for intersections that shrink come from RandomUnderSampling.
Thanks! I believe that SMOTE does not change any rows for intersections that do not grow. That is why the code is asymmetric: the rows for intersections whose size remains unchanged come from the SMOTE side, only rows for intersections that shrink come from RandomUnderSampling.