Skip to content

Imbalanced data commonly exist in real world, especially in anamoly-detection tasks. Handling imbalanced data is important to the tasks, otherwise the predictions are biased towards the majority class. BalancedRandomForestClassifier can deal with the imbalanced data without knowing any novel techniques like SMOTE.

Notifications You must be signed in to change notification settings

hanfei1986/Comparison-between-RandomForestClassifier-and-BalancedRandomForestClassifier

Repository files navigation

Comparison-between-RandomForestClassifier-and-BalancedRandomForestClassifier

Imbalanced data commonly exist in real world, especially in anamoly-detection tasks. Handling imbalanced data is important to the tasks, otherwise the predictions are biased towards the majority class. BalancedRandomForestClassifier can deal with the imbalanced data without knowing any novel techniques like SMOTE.

Classification report for RandomForestClassifier:

image

Classification report for BalancedRandomForestClassifier:

image

About

Imbalanced data commonly exist in real world, especially in anamoly-detection tasks. Handling imbalanced data is important to the tasks, otherwise the predictions are biased towards the majority class. BalancedRandomForestClassifier can deal with the imbalanced data without knowing any novel techniques like SMOTE.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published