Fixes a problem with DeepExplainer on TensorFlow >= 1.9. Fixes a bar plotting issue.
0.22.2
Fix a pip packaging error with `other` explainers.
0.22.1
Fix an import error introduced in the last release when installing from pip.
0.22.0
Integrates the JS code from `iml` into `shap` to simplify dependencies. Adds support for more TensorFlow components in `DeepExplainer`. Refactors the plotting functions and removes some long-deprecated functions. Fixes an error in KernelExplainer when using a non-zero reference value (192).
0.21.0
A new LinearExplainer that can estimate SHAP values for linear models while accounting for correlations among the input features.
0.20.2
Fixes some issues with categorical features in LightGBM. Also fixes some issues created by the v.20 API changes.