Understanding to how to handle unbalanced data

How do you handle unbalanced data?

In normal cases outliers are the technique to handle unbalanced data but as a part of ML then classification on data is necessary. Resample the training set. Use K-fold Cross-Validation in the right way etc.