-
Notifications
You must be signed in to change notification settings - Fork 285
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
Bug: Failing to import Scikitplot fails due to ImportError #119
Comments
This was referenced Jan 22, 2024
is there a workaround for this in the meantime? |
Please install |
A bit late in the conversation, but I created a pull request here to fix the issue: #120 |
I created a fork with @linviaz PR, I will maintain it https://github.com/mljar/mljar-scikit-plot |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @reiinakano,
first, your work was a great addition to the open-source ML community and is still used. 👍
Unfortunately, importing a freshly installed scikit-plot now fails with the following ImportErrror:
So what fails is
scikit-plot/scikitplot/metrics.py
Line 27 in 2dd3e6a
The interp-function can be imported from numpy instead.
This bug is severe, because it affects all packages trying to import scikit-plot at the moment.
I would highly appreciate you looking into this! Thanks a lot and best wishes!
The text was updated successfully, but these errors were encountered: