Skip to content

Commit

Permalink
Merge pull request #57 from mayer79/submit_33
Browse files Browse the repository at this point in the history
CRAN submission 033
  • Loading branch information
mayer79 authored Jan 11, 2023
2 parents 25d763d + 5675bde commit fde13bf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.3.2
Date: 2022-12-17 09:49:19 UTC
SHA: 95de1c9c09c75c43ee0407dc62a63bdfa78e2430
Version: 0.3.3
Date: 2023-01-11 17:19:37 UTC
SHA: 185fbe34878112883f33fb5bc7ee544442492f1d
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# The "kernelshap" package <a href='https://github.com/mayer79/kernelshap'><img src='man/figures/logo.png' align="right" height="138.5" /></a>
# kernelshap <a href='https://github.com/mayer79/kernelshap'><img src='man/figures/logo.png' align="right" height="138.5" /></a>

[![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)


## Introduction

Expand Down Expand Up @@ -28,6 +31,17 @@ Additional arguments of `kernelshap()` can be used to control details of the alg
- Meta-learner packages like "tidyvmodels", "caret", or "mlr3" are straightforward to use.
- In order to use parallel processing, the backend must be set up beforehand, see the example below.

## Installation

``` r
# From CRAN
install.packages("kernelshap")

# Or the newest version from GitHub:
# install.packages("devtools")
devtools::install_github("mayer79/kernelshap")
```

## Workflow to explain any model

The typical workflow to explain any model with Kernel SHAP:
Expand Down
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Hello CRAN team

I am aware that the last package update is not too long ago. Still, I saw that
one of its dependencies (dorng) has status ORPHANED. While this might only be a
I saw that a strong dependency ("dorng"") has status ORPHANED. While this might only be a
temporary problem with "dorng", I have removed that package from the dependencies.

## Checks
Expand Down

0 comments on commit fde13bf

Please sign in to comment.