dsgibbons / shap

A game theoretic approach to explain the output of any machine learning model.
https://shap-community.readthedocs.io/en/latest/
MIT License
25 stars 5 forks source link

Use legacy tensorflow optimizers to stay compatible to tf v1. #16

Closed simonangerbauer closed 1 year ago

simonangerbauer commented 1 year ago

As mentioned in #15, this PR uses the tensorflow v1 compatible optimizers and fixes 3 tests with that change.