Skip to content

Commit e74293a

Browse files
committed
iter
1 parent 5d12d07 commit e74293a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

imblearn/ensemble/_weight_boosting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,5 @@ def _boost_discrete(self, iboost, X, y, sample_weight, random_state):
402402

403403
return sample_weight, estimator_weight, estimator_error
404404

405-
@available_if(check_version_package("sklearn", ">=", "1.6"))
406405
def _boost(self, iboost, X, y, sample_weight, random_state):
407406
return self._boost_discrete(iboost, X, y, sample_weight, random_state)

0 commit comments

Comments
 (0)