Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 590 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 590 Bytes

RandomBalanceBoost

Implementation of Random Balance Boost algorithm

Description

Random Balance is ensemble of classifiers for two-class imbalanced data sets. Each member of the Random Balance ensemble is trained with data sampled from the training set and augmented by artificial instances obtained using SMOTE. This repo is a simple implementation of Random Balance Boost algorithm . RB-Boost(Random Balance Boost) is combination of Random Balance and AdaBoost.M2. You can read about RB-boost in this paper:https://www.sciencedirect.com/science/article/pii/S0950705115001720