Skip to content

Commit c4ca239

Browse files
authored
Merge pull request #9 from trustyai-python/FAI-758
FAI-758: Add better examples to SHAP notebook
2 parents 68e403a + 5272910 commit c4ca239

File tree

6 files changed

+512
-13
lines changed

6 files changed

+512
-13
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ The Jupyter notebooks examples available are:
1414

1515
- [Counterfactual explanations](examples/Counterfactuals.ipynb)
1616
* [LIME explanations](examples/Lime.ipynb)
17+
* [SHAP explanations](examples/SHAP.ipynb)

examples/SHAP.ipynb

Lines changed: 509 additions & 11 deletions
Large diffs are not rendered by default.

examples/data/.gitkeep

Whitespace-only changes.

examples/data/cal_housing_py3.pkz

358 KB
Binary file not shown.

examples/models/california_xgboost

420 KB
Binary file not shown.

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
joblib==1.0.1
22
jupyter==1.0.0
33
pandas==1.2.5
4-
scikit-learn==0.24.2
4+
scikit-learn==1.0.2
55
xgboost==1.4.2
66
twine==3.4.2
7-
matplotlib==3.5.1
7+
matplotlib==3.5.1

0 commit comments

Comments
 (0)