-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Orange v3.35][Explain] Explain Model encounters error and does not work #60
Comments
@knyghtmare, thank you for reporting. We are aware of this error, which originates in the library that we use SHAP. There is already a fix made in this library; we are just waiting for them to release. In the meantime, you can solve the error by downgrading numpy to version |
@PrimozGodec I'm having the same issue and installed using the standalone installer on windows 11 |
Can you try to solve the problem by opening the Orange command line (search through the search bar in the bottom toolbar)? Then run running SHAP maintainers promised to make a new release in the following week. Let's hope it really happens. |
Hello, Thank you for responding. I installed Orange Data Mining by downloading the standalone installer of v3.35.0 (for Windows 10) and then did the default installation. It also installed miniconda of 3.9.12 for me (my local python is latest of 3.10.x). |
I encountered this error in another python environment and what I found is that conda was not able to successfully downgrade numpy and neither was pip. I was able to complete the numpy downgrade using mamba though (numpy 1.23.0 worked). Again, that is a separate environment, I have not tested in orange because I suspect pip corrupted the environment. If I am able to test in the orange environment I will report back. |
@PrimozGodec, nope. I just checked this and the latest installer includes numpy 1.24.0. So this is a problem for all users who install the official packages. |
I am reopening the issue since the SHAP wheels for arm64 (M1) on Macos still need to be included. On all other platforms (Windows, Linux, MacOS-Intel), the addon should be fixed. We just released the new version of the addon, so for all that had problems with the addon, please upgrade the addon's version (wait an hour from posting of this comment for caches to update). |
Here a PR that will fix the addon installation for MacOS with M1/M2 chips: shap/shap#3078 |
shap just made a patch release |
@connortann, thank you for the release. Since SHAP now has also arm64 wheels, it works on M1/2 MacOS without having a compiler installed. To make sure that the newest SHAP is installed I upgraded the minimum version in #62. |
Hello,
I really like the orange data mining platform and its addons, and while exploring I have encountered a bug with the Explain add-on's "Explain Model' widget.
I have attached the file where I had encountered the error.
model_explain.zip
The text was updated successfully, but these errors were encountered: