Skip to content

Commit

Permalink
fixes #354
Browse files Browse the repository at this point in the history
  • Loading branch information
christophM committed Nov 28, 2022
1 parent 6f0d452 commit 98e1712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuscript/05.9b-agnostic-shap.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ If we add an L1 penalty to the loss L, we can create sparse explanations.

### TreeSHAP

Lundberg et al. (2018)[^tree-shap] proposed TreeSHAP, a variant of SHAP for tree-based machine learning models such as decision trees, random forests and gradient boosted trees.
Lundberg et al. (2018)[^treeshap] proposed TreeSHAP, a variant of SHAP for tree-based machine learning models such as decision trees, random forests and gradient boosted trees.
TreeSHAP was introduced as a fast, model-specific alternative to KernelSHAP, but it turned out that it can produce unintuitive feature attributions.

TreeSHAP defines the value function using the conditional expectation $E_{X_S|X_C}(\hat{f}(x)|x_S)$ instead of the marginal expectation.
Expand Down

0 comments on commit 98e1712

Please sign in to comment.