You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,18 @@
1
1
# kernelshap 0.3.5
2
2
3
-
## Github repository
3
+
## Maintenance
4
4
5
+
- New contributor: Przemyslaw Biecek - welcome on board!
5
6
- My new cozy home: https://github.com/ModelOriented/kernelshap
6
-
- Webpage created with "pgkdown": https://modeloriented.github.io/kernelshap
7
+
- Webpage created with "pkgdown"
8
+
- Introduced Github workflows
9
+
- More unit tests
7
10
8
-
## User visible changes
11
+
## Small visible changes
9
12
10
13
- Removed the `ks_extract()` function. It was designed to extract objects like the matrix `S` of SHAP values from the resulting "kernelshap" object `x`. We feel that the standard extraction options (`x$S`, `x[["S"]]`, or `getElement(x, "S")`) are sufficient.
11
14
- Adding $(n \times K)$ matrix of predictions to the output, where $n$ is the number of rows in the explainer data `X`, and $K$ is the dimension of a single prediction (usually 1).
12
-
13
-
## Other changes
14
-
15
-
- More unit tests
16
-
15
+
- Setting `verbose = FALSE` now does not suppress the warning on too large background data anymore. Use `suppressWarnings()` instead.
0 commit comments