gsganden / model_inspector

A uniform interface to a curated set of methods for inspecting machine learning models
https://gsganden.github.io/model_inspector/
Apache License 2.0
4 stars 0 forks source link

Support shapley values #35

Open gsganden opened 1 year ago

gsganden commented 1 year ago

The SHAP library has a pretty similar design to Model Inspector. I'm not sure if there is a sensible way to wrap it or its methods, or if we should just let it be a parallel project.