We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if_delegate_has_method has been removed from metaestimators.py
if_delegate_has_method
metaestimators.py
... ---> [21](file:///C:/Users/nuran/hello/.venv/lib/site-packages/imbalanced_ensemble/pipeline.py:21) from sklearn.utils.metaestimators import if_delegate_has_method [22](file:///C:/Users/nuran/hello/.venv/lib/site-packages/imbalanced_ensemble/pipeline.py:22) from sklearn.utils.validation import check_memory [24](file:///C:/Users/nuran/hello/.venv/lib/site-packages/imbalanced_ensemble/pipeline.py:24) __all__ = ["Pipeline", "make_pipeline"] ImportError: cannot import name 'if_delegate_has_method' from 'sklearn.utils.metaestimators' (c:\Users\nuran\hello\.venv\lib\site-packages\sklearn\utils\metaestimators.py)
The text was updated successfully, but these errors were encountered:
Hi, please refer to #26.
Sorry, something went wrong.
No branches or pull requests
if_delegate_has_method
has been removed frommetaestimators.py
The text was updated successfully, but these errors were encountered: