MAIF / shapash

🔅 Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models

Home Page:https://maif.github.io/shapash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shap and shapash are incompatible with numpy 1.24

MLecardonnel opened this issue · comments

Since numpy 1.24, The deprecation for the aliases np.object, np.bool, np.float, np.complex, np.str, and np.int is expired. Shap and shapash currently use those aliases and are not restrictive on a maximum numpy version.

Shapash version :2.3.3

Hi, thanks for your issue.

Indeed, we have to fix the Shapash code first to be compatible with numpy 1.24. For shap compatibility issue, some issues have been made in their repo, but, we have no visibility on a future release to fix the issues.

We will see with the Shapash team how to do if shap does not make any more release. We are looking for suggestions from the community as well.