Skip to content

Commit

Permalink
Add link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mayer79 committed May 25, 2024
1 parent 3e5c75d commit 8af4c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ New additive explainer `additive_shap()` that works for models fitted via
- `survival::survreg()`.

The explainer uses `predict(..., type = "terms")`, a beautiful trick
used in `fastshap::explain.lm()`. The result will be identical to those returned by `kernelshap()` and `permshap()` but exponentially faster. Thanks David Watson for the great idea.
used in `fastshap::explain.lm()`. The result will be identical to those returned by `kernelshap()` and `permshap()` but exponentially faster. Thanks David Watson for the great idea discussed in [#130](https://github.com/ModelOriented/kernelshap/issues/130).

## User visible changes

Expand Down

0 comments on commit 8af4c67

Please sign in to comment.