Skip to content

Commit 6bce8e4

Browse files
authored
Update easy_ensemble_generalization.py
1 parent 6c5f787 commit 6bce8e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

imblearn/ensemble/easy_ensemble_generalization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,5 @@ def predict_proba(self, X):
204204
# XXX make EasyEnsembleGeneralization to pass sklearn compatibility test
205205
bases = _EasyEnsembleGeneralization.__mro__
206206
bases = tuple(x for x in bases if x != MetaEstimatorMixin)
207-
print(bases)
208207
EasyEnsembleGeneralization = type(
209208
'EasyEnsembleGeneralization', bases, dict(_EasyEnsembleGeneralization.__dict__))

0 commit comments

Comments
 (0)