Reweighting-based ensembles

The imbens.ensemble module contains a set of ensemble imbalanced learning methods.

AdaCostClassifier([estimator, n_estimators, ...])

An AdaCost cost-sensitive boosting classifier.

AdaUBoostClassifier([estimator, ...])

An AdaUBoost cost-sensitive classifier.

AsymBoostClassifier([estimator, ...])

An Asymmetric Boosting classifier.