scikit-learn-contrib / imbalanced-learn

A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning
https://imbalanced-learn.org
MIT License
6.85k stars 1.29k forks source link

how to solve "cannot import name 'BalanceCascade'" #1038

Closed AnnaYang2223 closed 1 year ago

AnnaYang2223 commented 1 year ago

** If your issue is a usage question, submit it here instead:

glemaitre commented 1 year ago

BalanceCascade was deprecated and removed long time ago in favor of ensemble method that integrate directly the predictor: https://imbalanced-learn.org/dev/references/ensemble.html

solegalli commented 1 year ago

From what I remember, BalanceCascade and EasyEnsemble do not have the same logic.

In fact, does this issue #328 not request the implementation of BalanceCascade?