-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.46 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
Package: SHAPforxgboost
Title: SHAP Plots for 'XGBoost'
Version: 0.1.3
Date: 2023-05-18
Authors@R: c(
person(given = "Yang", family = "Liu", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6557-6439")),
person(given = "Allan", family = "Just", role = c("aut", "ctb"), email = "[email protected]",
comment = c(ORCID = "0000-0003-4312-5957")),
person(given = "Michael", family = "Mayer", role = c("ctb"), email = "[email protected]")
)
Description: Aid in visual data investigations
using SHAP (SHapley Additive exPlanation) visualization plots for 'XGBoost' and 'LightGBM'.
It provides summary plot, dependence plot, interaction plot, and force plot and relies on
the SHAP implementation provided by 'XGBoost' and 'LightGBM'.
Please refer to 'slundberg/shap' for the original implementation of SHAP in 'Python'.
License: MIT + file LICENSE
URL: https://github.com/liuyanguu/SHAPforxgboost
BugReports: https://github.com/liuyanguu/SHAPforxgboost/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
VignetteBuilder:
knitr
Imports:
stats,
utils,
ggplot2 (>= 3.0.0),
xgboost (>= 0.81.0.0),
data.table (>= 1.12.0),
ggforce (>= 0.2.1.9000),
ggExtra (>= 0.8),
RColorBrewer (>= 1.1.2),
ggpubr,
BBmisc
Suggests:
knitr,
rmarkdown,
gridExtra (>= 2.3),
here,
parallel,
lightgbm (>= 2.1)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1