Closed Chocoder closed 2 years ago
Please explain in more detail what is wrong, preferably providing a screenshot of the issue.
@jultou-raa I think you had this very issue? Could you provide some screen capture? Thanks,
Hi @Chocoder and @ajdapretnar,
I have this issue indeed. I can provide a screenshot here, of course !
And this is my installation :
Package | Version |
---|---|
orange-canvas-core | 0.1.26 |
Orange-Spectroscopy | 0.6.5 |
orange-widget-base | 4.17.0 |
Orange3 | 3.32.0 |
Orange3-Educational | 0.5.0 |
Orange3-Explain | 0.5.3 |
Orange3-Timeseries | 0.3.10 |
And I got only 1 warning at startup :
C:\Users\XXXX\.conda\envs\orange3\lib\site-packages\xgboost\compat.py:36: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
from pandas import MultiIndex, Int64Index
Just saw there is a 0.6.0 update.
Downloading it, updating orange-canvas-core
to version 0.1.27
and fixing a dependency issue (missing pandas_datareader
) fixes the issue for me.
My guess is that shap library wasn't properly installed before. Closing the issue since it seems to be resolved in the latest version.
Hello! I installed the explain widget with conda option BUT I can only see one (the first) from the four options it should offer... is there any trick to get the four options in the list? Thanks