|
1 | 1 | Package: kernelshap |
2 | 2 | Title: Kernel SHAP |
3 | | -Version: 0.2.0.900 |
| 3 | +Version: 0.3.0 |
4 | 4 | Authors@R: c( |
5 | 5 | person("Michael", "Mayer", , "mayermichael79@gmail.com", role = c("aut", "cre")), |
6 | 6 | person("David", "Watson", , "david.s.watson11@gmail.com", role = "ctb") |
7 | 7 | ) |
8 | 8 | Description: Multidimensional refinement of the Kernel SHAP algorithm |
9 | 9 | described in Ian Covert and Su-In Lee (2021) |
10 | | - <http://proceedings.mlr.press/v130/covert21a>. Depending on the |
11 | | - number of features, Kernel SHAP values can be calculated exactly, by |
12 | | - sampling, or by a combination of the two. As soon as sampling is |
13 | | - involved, the algorithm iterates until convergence, and standard |
14 | | - errors are provided. The package allows to work with any model that |
| 10 | + <http://proceedings.mlr.press/v130/covert21a>. The package allows to |
| 11 | + calculate Kernel SHAP values in an exact way, by iterative sampling |
| 12 | + (as in the reference above), or by a hybrid of the two. As soon as |
| 13 | + sampling is involved, the algorithm iterates until convergence, and |
| 14 | + standard errors are provided. The package works with any model that |
15 | 15 | provides numeric predictions of dimension one or higher. Examples |
16 | | - include linear regression, logistic regression (logit or probability |
17 | | - scale), other generalized linear models, generalized additive models, |
18 | | - and neural networks. The package plays well together with |
19 | | - meta-learning packages like 'tidymodels', 'caret' or 'mlr3'. |
| 16 | + include linear regression, logistic regression (on logit or |
| 17 | + probability scale), other generalized linear models, generalized |
| 18 | + additive models, and neural networks. The package plays well together |
| 19 | + with meta-learning packages like 'tidymodels', 'caret' or 'mlr3'. |
20 | 20 | Visualizations can be done using the R package 'shapviz'. |
21 | 21 | License: GPL (>= 2) |
22 | 22 | Depends: |
|
0 commit comments