Skip to content
New issue

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

Does not support scikit-learn=1.3.0 #425

Open
pokotylo opened this issue Jul 26, 2023 · 5 comments
Open

Does not support scikit-learn=1.3.0 #425

pokotylo opened this issue Jul 26, 2023 · 5 comments

Comments

@pokotylo
Copy link

Cannot import eli5 after upgrading scikit-learn:

import eli5

File ".../python3.9/site-packages/eli5/sklearn/permutation_importance.py", line 7, in <module>
    from sklearn.utils.metaestimators import if_delegate_has_method
ImportError: cannot import name 'if_delegate_has_method' from 'sklearn.utils.metaestimators'

scikit-learn=1.3.0
eli5=0.13.0
python 3.9

@DamaKubu
Copy link

yeah same error

ImportError: cannot import name 'if_delegate_has_method' from 'sklearn.utils.metaestimators' (/home/virtualbook/lib/python3.11/site-packages/sklearn/utils/metaestimators.py)

@SantaTitular
Copy link

Same here, any news?

@stikpet
Copy link

stikpet commented Feb 29, 2024

Still the same error, any fixes?

@ElrondL
Copy link

ElrondL commented Mar 20, 2024

Same here!!!

@wecounts
Copy link

same here! wait for answers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants