Closed AndreasTraut closed 4 years ago
@AndreasTraut thank you for reporting the issue. There is no need for Visual Studio in mljar-supervised
. From what I see, you have an installation problem while installing the shap
package. The message is that you need a Microsoft Visual C++ compiler which can be installed with Visual Studio IDE. Can you give me more details about what version of the operating system are you using, I will try to reproduce this bug.
By the way, mljar-supervised
should work with Spyder IDE as well. Personally, I'm using Visual Studio Code because it has nice preview of markdown reports. I believe that Spyder should preview markdown reports as well.
Thank you! :+1:
I am using a Windows 10 Pro systen, x64, Intel i7-8799 CPU, 3.2 GHz, 16GB RAM. Spyder/Juypter from Anaconda Distribution, GitHub Desktop (newest versions each).
Let me know what else you need to solve my problem. Thanks for your help!
I tried to install but already get an error during the installation process: I didn't see, that Visual Studio is a requirement for "Mljar-Supervised". After having downloaded "Visual Studio" I tried to use your example "binary_classifier.py" but it says, that the "module shap is missing" even if it is there in the correct folder: And when I have a look into "shap.py" I see another "import shap" there (I don't know if this causes the error):