MAIF / shapash

🔅 Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models
https://maif.github.io/shapash/
Apache License 2.0
2.74k stars 335 forks source link

Python 3.11 support #458

Closed ShubhamBhut closed 11 months ago

ShubhamBhut commented 1 year ago

Request to add support for python 3.11

ThomasBouche commented 1 year ago

Hi, thanks for your issue,

To add support for Python 3.11 in Shapash, its main dependencies (shap, lime, acv,...) must be compatible with Python3.11.

We'll see how to add support with some dependencies that don't seem to be maintained anymore

abi-jey commented 11 months ago

Hi Guys I see that shap is supporting 3.11 0.42.0, is there any other blockers?

ThomasBouche commented 11 months ago

Hello, thanks for the reminder,

Since the new shap maintenance and the choice to remove the "acv-exp" dependency that wasn't maintained, we can go to 3.11.

We'll do a release tomorrow or next week.

In the meantime, you can always clone or fork the project and install shapash with:

pip install -e .