biolab / orange3-explain

Explainable AI add-on for Orange3
GNU General Public License v3.0
6 stars 5 forks source link

Missing three of the four options... #45

Closed Chocoder closed 2 years ago

Chocoder commented 2 years ago

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

ajdapretnar commented 2 years ago

Please explain in more detail what is wrong, preferably providing a screenshot of the issue.

Chocoder commented 2 years ago

@jultou-raa I think you had this very issue? Could you provide some screen capture? Thanks,

jultou-raa commented 2 years ago

Hi @Chocoder and @ajdapretnar,

I have this issue indeed. I can provide a screenshot here, of course !

Screenshot

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
jultou-raa commented 2 years ago

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.

image

ajdapretnar commented 2 years ago

My guess is that shap library wasn't properly installed before. Closing the issue since it seems to be resolved in the latest version.