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.71k stars 331 forks source link

Removal of dependencies that have no recent releases: ACV, Lime? #482

Open ThomasBouche opened 1 year ago

ThomasBouche commented 1 year ago

ACV and Lime are 2 alternative libraries to shap for computing local contributions. However, these 2 libraries don't have any recent releases. This poses problems for us in terms of dependency management and perhaps also for support in python 3.11.

One solution might be to stop using these libraries in Shapash, knowing that contributions can be computed by the user with these libraries and then added to SmartExplainer.compile() with the argument "contributions".