Skip to content

Commit d1c6958

Browse files
committed
Checks
1 parent 8af4c67 commit d1c6958

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The package contains two workhorses to calculate SHAP values for *any* model:
1919
- `kernelshap()`: Kernel SHAP algorithm of [2] and [3]. By default, exact Kernel SHAP is used for up to $p=8$ features, and an almost exact hybrid algorithm otherwise.
2020

2121
Furthermore, the function `additive_shap()` produces SHAP values for additive models fitted via `lm()`, `glm()`, `mgcv::gam()`, `mgcv::bam()`, `gam::gam()`,
22-
`survival::coxph()`, or `survival::survreg()`. It is exponentially faster than `permshap()` and `kernelshap()` and provides identical results.
22+
`survival::coxph()`, or `survival::survreg()`. It is exponentially faster than `permshap()` and `kernelshap()`, with identical results.
2323

2424
### Kernel SHAP or permutation SHAP?
2525

cran-comments.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# kernelshap 0.4.1
1+
# kernelshap 0.5.0
22

3-
Dear CRAN
3+
Hello CRAN team
44

5-
This is a smallish update with a couple of performance improvements, and much more logical README examples.
5+
This update brings an efficient explainer for additive models.
66

77
Michael
88

@@ -14,18 +14,11 @@ survex 1.2.0
1414
- OK: 1
1515
- BROKEN: 0
1616

17-
### Local check with usual NOTE
17+
### Local check
1818

19-
checking HTML version of manual ... NOTE
20-
Skipping checking HTML validation: no command 'tidy' found
19+
OK
2120

2221
### `check_win_devel()`
2322

2423
Status: OK
2524

26-
### `check_rhub()`s
27-
28-
* checking HTML version of manual ... NOTE
29-
Skipping checking HTML validation: no command 'tidy' found
30-
Skipping checking math rendering: package 'V8' unavailable
31-

revdep/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
|field |value |
44
|:--------|:--------------------------------------------------------|
55
|version |R version 4.3.0 (2023-04-21 ucrt) |
6-
|os |Windows 11 x64 (build 22621) |
6+
|os |Windows 11 x64 (build 22631) |
77
|system |x86_64, mingw32 |
88
|ui |RStudio |
99
|language |(EN) |
1010
|collate |German_Switzerland.utf8 |
1111
|ctype |German_Switzerland.utf8 |
1212
|tz |Europe/Zurich |
13-
|date |2023-12-03 |
13+
|date |2024-05-26 |
1414
|rstudio |2023.06.1+524 Mountain Hydrangea (desktop) |
1515
|pandoc |3.1.6 @ C:\Users\Michael\AppData\Local\Pandoc\pandoc.exe |
1616

1717
# Dependencies
1818

1919
|package |old |new |Δ |
2020
|:----------|:------|:------|:--|
21-
|kernelshap |0.4.0 |0.4.1 |* |
21+
|kernelshap |0.4.1 |0.5.0 |* |
2222
|foreach |1.5.2 |1.5.2 | |
2323
|iterators |1.0.14 |1.0.14 | |
2424

0 commit comments

Comments
 (0)