Machine Learningopenfeatured
How Do I Handle Imbalanced Data in Classification?
0
replies1
0
You can try oversampling the minority class with SMOTE or undersampling the majority class. Also, use class weights in your loss function to penalize misclassifications of the minority class more heavily.
add a reply
share your thoughts, answer the question, or add to the discussion.