In particular oversampling is done on train dataset, in order to prevent data leakage in test dataset,
as of Undersampling, I am not clear how to proceed?
Doing Undersampling before train test split has a very good predictive ability of the model, am I good to go with this approach?