File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1- Version: 0.3.2
2- Date: 2022-12-17 09:49:19 UTC
3- SHA: 95de1c9c09c75c43ee0407dc62a63bdfa78e2430
1+ Version: 0.3.3
2+ Date: 2023-01-11 17:19:37 UTC
3+ SHA: 185fbe34878112883f33fb5bc7ee544442492f1d
Original file line number Diff line number Diff line change 1- # The "kernelshap" package <a href =' https://github.com/mayer79/kernelshap ' ><img src =' man/figures/logo.png ' align =" right " height =" 138.5 " /></a >
1+ # kernelshap <a href =' https://github.com/mayer79/kernelshap ' ><img src =' man/figures/logo.png ' align =" right " height =" 138.5 " /></a >
2+
3+ [ ![ CRAN version] ( http://www.r-pkg.org/badges/version/kernelshap )] ( https://cran.r-project.org/package=kernelshap ) [ ![ ] ( https://cranlogs.r-pkg.org/badges/kernelshap )] ( https://cran.r-project.org/package=kernelshap ) [ ![ ] ( https://cranlogs.r-pkg.org/badges/grand-total/kernelshap?color=orange )] ( https://cran.r-project.org/package=kernelshap )
4+
25
36## Introduction
47
@@ -28,6 +31,17 @@ Additional arguments of `kernelshap()` can be used to control details of the alg
2831- Meta-learner packages like "tidyvmodels", "caret", or "mlr3" are straightforward to use.
2932- In order to use parallel processing, the backend must be set up beforehand, see the example below.
3033
34+ ## Installation
35+
36+ ``` r
37+ # From CRAN
38+ install.packages(" kernelshap" )
39+
40+ # Or the newest version from GitHub:
41+ # install.packages("devtools")
42+ devtools :: install_github(" mayer79/kernelshap" )
43+ ```
44+
3145## Workflow to explain any model
3246
3347The typical workflow to explain any model with Kernel SHAP:
Original file line number Diff line number Diff line change 11Hello CRAN team
22
3- I am aware that the last package update is not too long ago. Still, I saw that
4- one of its dependencies (dorng) has status ORPHANED. While this might only be a
3+ I saw that a strong dependency ("dorng"") has status ORPHANED. While this might only be a
54temporary problem with "dorng", I have removed that package from the dependencies.
65
76## Checks
You can’t perform that action at this time.
0 commit comments