Skip to content

soroushjavdan/RandomBalanceBoost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published