marcoancona / DeepExplain

A unified framework of perturbation and gradient-based attribution methods for Deep Neural Networks interpretability. DeepExplain also includes support for Shapley Values sampling. (ICLR 2018)
https://arxiv.org/abs/1711.06104
MIT License
720 stars 133 forks source link

update setup.py to enable installing via pip #29

Closed harkous closed 5 years ago

harkous commented 5 years ago

This pull request is to enable installing DeepExplain via pip in default mode (i.e. not editable): pip install git+https://github.com/marcoancona/DeepExplain.git

Before, this would result in the error ModuleNotFoundError: No module named 'deepexplain.tensorflow' as the packages are not all configured in setup.py