We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5f787 commit 6bce8e4Copy full SHA for 6bce8e4
imblearn/ensemble/easy_ensemble_generalization.py
@@ -204,6 +204,5 @@ def predict_proba(self, X):
204
# XXX make EasyEnsembleGeneralization to pass sklearn compatibility test
205
bases = _EasyEnsembleGeneralization.__mro__
206
bases = tuple(x for x in bases if x != MetaEstimatorMixin)
207
-print(bases)
208
EasyEnsembleGeneralization = type(
209
'EasyEnsembleGeneralization', bases, dict(_EasyEnsembleGeneralization.__dict__))
0 commit comments