Skip to content

Commit e5d43ce

Browse files
authored
COSMIT remvoe useless assignment
1 parent cab9fcf commit e5d43ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

imblearn/ensemble/classifier.py

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
from ..pipeline import Pipeline
1717
from ..under_sampling import RandomUnderSampler
1818

19-
old_generate = _generate_bagging_indices
20-
2119

2220
class BalancedBaggingClassifier(BaggingClassifier):
2321
"""A Bagging classifier with additional balancing.

0 commit comments

Comments
 (0)