-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.58 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: shapviz
Title: SHAP Visualizations
Version: 0.9.7
Authors@R: c(
person("Michael", "Mayer", , "[email protected]", role = c("aut", "cre")),
person("Adrian", "Stando", , "[email protected]", role = "ctb")
)
Description: Visualizations for SHAP (SHapley Additive exPlanations), such
as waterfall plots, force plots, various types of importance plots,
dependence plots, and interaction plots. These plots act on a
'shapviz' object created from a matrix of SHAP values and a
corresponding feature dataset. Wrappers for the R packages 'xgboost',
'lightgbm', 'fastshap', 'shapr', 'h2o', 'treeshap', 'DALEX', and
'kernelshap' are added for convenience. By separating visualization
and computation, it is possible to display factor variables in graphs,
even if the SHAP values are calculated by a model that requires
numerical features. The plots are inspired by those provided by the
'shap' package in Python, but there is no dependency on it.
License: GPL (>= 2)
Depends:
R (>= 3.6.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
ggfittext (>= 0.8.0),
gggenes,
ggplot2 (>= 3.4.0),
ggrepel,
grid,
patchwork,
rlang (>= 0.3.0),
stats,
utils,
xgboost
Enhances:
fastshap,
h2o,
lightgbm
LazyData: true
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://github.com/ModelOriented/shapviz, https://modeloriented.github.io/shapviz/
BugReports: https://github.com/ModelOriented/shapviz/issues