Closed gadcam closed 6 years ago
Ups I see that my comment did not come here. We actually want to deprecate EasyEnsemble and BalanceCascade as they are. They should be meta-estimator. Regarding EasyEnsemble you can refer to the BalancedBaggingClassifier which is actually allowing for a very similar classifier using Bagging instead of boosting. We might want to change the EasyEnsemble to modify the EasyEnsemble to actually follow the boosting rule show in the algorithm.
In the documentation we can find here http://contrib.scikit-learn.org/imbalanced-learn/stable/generated/imblearn.ensemble.EasyEnsemble.html#r6767 that
At the page 4 of this paper we can find the description of this algorithm
But, if I am not mistaking, AdaBoost is never used (and no classifier even).
Could you correct me if I said something wrong ?
If am right I think the paper should be removed from the description of the method. Moreover, a specific note should be added to say explicitly that the implementation is not about this algorithm but that it is a "common sense" name.