Multiclass Classification

I used to face the imbalanced dataset before. I used the resample function from sklearn, You can read more from here. The function will randomly copy from the minority to upsampling. In my experience, this method only slightly improve the model, I think you should find data on the internet to add into your dataset.

Leave a Comment