How to train a model with Imbalanced classes using SMOTE and Cost sensitive learning
My notebook gives an overview of how to deal with a multi class problem which has imbalanced classes and how we can overcome this issue using synthetic data generation and selective weight distribution while training a model.
3/17/2021
415 views
Tags:
#python
#classification
#machine-learning
#beginner