Handle-imbalanced-data
Get familiar with various techniques to handle the imbalanced class.
We have implemented the following imbalance data handeling techniques:
- Random Under-Sampling
- Random Over-Sampling
- Random under-sampling with imblearn
- Random over-sampling with imblearn
- Under-sampling: Tomek links
- Synthetic Minority Oversampling Technique (SMOTE)
- NearMiss
- Change the performance metric
- Penalize Algorithms (Cost-Sensitive Training)
- Change the algorithm