Fix Imbalanced Data (SMOTE)

Fixes Imbalanced Data by synthesizing minority data with an algorithm called SMOTE (Synthetic Minority Oversampling Technique). For more detail, please take a look at this Note.

Last updated