Add SHAP for NLP & VISION templates #85
Labels
3 - Quality of Life
Not a priority
enhancement
New feature or request
NLP
Issue related to the NLP template
VISION
Issue related to the VISION template
Problem
We use LIME as our go to explainer for both NLP & VISION templates, but we were forced to use SHAP for the NUM template (as LIME needs the whole training dataset for each explanation).
SHAP also manage texts & images. It could be great to add it for both NLP & VISION projects.
Concerned template
Solution
Add a SHAPE class to the
model_explainer.py
file.Bonus : add it to our demonstrators
The text was updated successfully, but these errors were encountered: