Ensemble methods#
The imblearn.ensemble module include methods generating
under-sampled subsets combined inside an ensemble.
Boosting algorithms#
| 
 | Bag of balanced boosted learners also known as EasyEnsemble. | 
| 
 | Random under-sampling integrated in the learning of AdaBoost. | 
Bagging algorithms#
| 
 | A Bagging classifier with additional balancing. | 
| A balanced random forest classifier. | 
 
    