Deal with class imbalance (without generating synthetic samples): Clustering Based Bagging Algorithm (CBBA)
To deal with class imbalance, take a look at “In classification, how do you handle an unbalanced training set?”. Definitely, the answers were very creative. The rookie way to deal with class imbalance The rookie’s way: The approach of under-sampling the majority class is an effective method in dealing with classifying imbalanced data sets. But … Read more