You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: