-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
483 changed files
with
31,838 additions
and
12,841 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
Package: shapr | ||
Version: 0.2.3.9200 | ||
Version: 1.0.0 | ||
Title: Prediction Explanation with Dependence-Aware Shapley Values | ||
Description: Complex machine learning models are often hard to interpret. However, in | ||
many situations it is crucial to understand and explain why a model made a specific | ||
prediction. Shapley values is the only method for such prediction explanation framework | ||
with a solid theoretical foundation. Previously known methods for estimating the Shapley | ||
values do, however, assume feature independence. This package implements the method | ||
described in Aas, Jullum and Løland (2019) <arXiv:1903.10464>, which accounts for any feature | ||
values do, however, assume feature independence. This package implements methods which accounts for any feature | ||
dependence, and thereby produces more accurate estimates of the true Shapley values. | ||
An accompanying Python wrapper (shaprpy) is available on GitHub. | ||
Authors@R: c( | ||
person("Nikolai", "Sellereite", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-4671-0337")), | ||
person("Martin", "Jullum", email = "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0003-3908-5155")), | ||
person("Lars Henry Berge", "Olsen", email = "[email protected]", role = "aut", comment = c(ORCID = "0009-0006-9360-6993")), | ||
person("Annabelle", "Redelmeier", email = "[email protected]", role = "aut"), | ||
person("Jon", "Lachmann", email = "[email protected]", role = "aut"), | ||
person("Jon", "Lachmann", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-8396-5673")), | ||
person("Nikolai", "Sellereite", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-4671-0337")), | ||
person("Anders", "Løland", email = "[email protected]", role = "ctb"), | ||
person("Jens Christian", "Wahl", email = "[email protected]", role = "ctb"), | ||
person("Camilla", "Lingjærde", role = "ctb"), | ||
|
@@ -27,7 +26,7 @@ Encoding: UTF-8 | |
LazyData: true | ||
ByteCompile: true | ||
Language: en-US | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 | ||
Depends: R (>= 3.5.0) | ||
Imports: | ||
stats, | ||
|
@@ -66,7 +65,8 @@ Suggests: | |
yardstick, | ||
hardhat, | ||
rsample, | ||
rlang | ||
rlang, | ||
cli | ||
LinkingTo: | ||
RcppArmadillo, | ||
Rcpp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.