-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Status: Help WantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requestType: EnhancementIndicates new feature requestsIndicates new feature requests
Metadata
Metadata
Assignees
Labels
Status: Help WantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requestType: EnhancementIndicates new feature requestsIndicates new feature requests
Type
Projects
Milestone
Relationships
Development
Select code repository
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?