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
729 stars 133 forks source link

printing -> logging #26

Closed WGierke closed 5 years ago

WGierke commented 6 years ago

Hi Marco, Thank you very much for developing and publishing this very helpful and well-written library! I'm thinking about replacing print-statements with proper logging. An advantage would be that the logged information could be easily discarded on demand. Do you see any disadvantages?

marcoancona commented 5 years ago

Done in v0.2