This repo is to play with the code from "Fooling LIME and SHAP: Adversarial Attacks on Post hoc Explanation Methods."
- Run
source create-env.sh
- Run jupyter and open the example notebook in Fooling-lime-shap:
jupyter lab
- I have moved
shap==0.32.1
tofooling_limeshap.yaml
and versionshap=0.34.0
sincepip
fails to compile that version. Via conda-forge can we just download the binaries. - This setup assumes miniconda. We need to add
ipywidgets
to be able to run the compas notebook from the repo.