ZhiningLiu1998 / imbalanced-ensemble

🛠️ Class-imbalanced Ensemble Learning Toolbox. | 类别不平衡/长尾机器学习库
https://imbalanced-ensemble.readthedocs.io
MIT License
326 stars 51 forks source link

`imbens.pipeline` ImportError: cannot import name 'if_delegate_has_method' from 'sklearn.utils.metaestimators' #31

Closed ZhiningLiu1998 closed 1 year ago

ZhiningLiu1998 commented 1 year ago

from https://github.com/scikit-learn/scikit-learn/blob/2a2772a87b6c772dc3b8292bcffb990ce27515a8/sklearn/utils/metaestimators.py#L144

    .. deprecated:: 1.3
        `if_delegate_has_method` is deprecated in version 1.1 and will be removed in
        version 1.3. Use `available_if` instead.

Need a fix to cooperate with sklearn > 1.3.0.