SMOTE (Synthetic Minority Oversampling Technique) for Handling Imbalanced Datasets
SMOTE stands for Synthetic Minority Oversampling Technique. This is a statistical technique for increasing the number of cases in your dataset in a balanced way. The module works by generating new instances from existing minority cases that you supply as input. This implementation of SMOTE does not change the number of majority cases.
Let’s understand how SMOTE works and also look at an example in Python.
To view the video
- Click here
- Click on the image below