forked from liuyanguu/SHAPforxgboost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.25 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
Package: SHAPforxgboost
Title: SHAP Plots for 'XGBoost'
Version: 0.0.2
Authors@R: c(
person(given = "Yang", family = "Liu", role = c("aut", "cre"), email = "lyhello@gmail.com",
comment = c(ORCID = "0000-0001-6557-6439")),
person(given = "Allan", family = "Just", role = c("ctb"), email = "allan.just@mssm.edu",
comment = c(ORCID = "0000-0003-4312-5957"))
)
Description: The aim of 'SHAPforxgboost' is to aid in visual data investigations
using SHAP (SHapley Additive exPlanation) visualization plots for 'XGBoost'.
It provides summary plot, dependence plot, interaction plot, and force plot.
It relies on the 'dmlc/xgboost' package to produce SHAP values.
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.3.0)
Imports:
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:
gridExtra (>= 2.3),
here,
parallel
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1.9000