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 5d12d07 commit e74293aCopy full SHA for e74293a
imblearn/ensemble/_weight_boosting.py
@@ -402,6 +402,5 @@ def _boost_discrete(self, iboost, X, y, sample_weight, random_state):
402
403
return sample_weight, estimator_weight, estimator_error
404
405
- @available_if(check_version_package("sklearn", ">=", "1.6"))
406
def _boost(self, iboost, X, y, sample_weight, random_state):
407
return self._boost_discrete(iboost, X, y, sample_weight, random_state)
0 commit comments