You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@glemaitre I was trying to figure out the issue in order to implement. Do we need an meta-estimator which would take undersampling or oversampling methods to provide an balanced class sets.
Activity
pythonmite commentedon Dec 2, 2019
I can work on this issue
chkoar commentedon Dec 2, 2019
@pythonmite go ahead
pythonmite commentedon Dec 16, 2019
@glemaitre I was trying to figure out the issue in order to implement. Do we need an meta-estimator which would take undersampling or oversampling methods to provide an balanced class sets.
solegalli commentedon Jan 18, 2021
Hello, by any chance is the algorithm in this article the BalanceCascade in question?
I could try and give it a try.
But it would not be in parallel like the BalancedBagging, am I correct? because estimators are built sequentially.
Also, by BalanceCascade sampler do you mean the BalanceCascade algorithm or something else? and what do you mean by BalanceEnsemble sampler?