-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.21 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
Package: EIX
Title: Explain Interactions in 'XGBoost'
Version: 1.1
Authors@R: c(
person("Ewelina", "Karbowiak", email = "[email protected]", role = c("aut", "cre")),
person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut","ths"))
)
Description: Structure mining from 'XGBoost' and 'LightGBM' models.
Key functionalities of this package cover: visualisation of tree-based ensembles models,
identification of interactions, measuring of variable importance,
measuring of interaction importance, explanation of single prediction
with break down plots (based on 'xgboostExplainer' and 'iBreakDown' packages).
To download the 'LightGBM' use the following link: <https://github.com/Microsoft/LightGBM>.
'EIX' is a part of the 'DrWhy.AI' universe.
Depends: R (>= 3.4.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
MASS,
ggplot2,
data.table,
purrr,
xgboost,
DALEX,
ggrepel,
ggiraphExtra,
iBreakDown,
tidyr,
scales
RoxygenNote: 7.1.1
Suggests:
Matrix,
knitr,
rmarkdown,
lightgbm
VignetteBuilder: knitr
URL: https://github.com/ModelOriented/EIX
BugReports: https://github.com/ModelOriented/EIX/issues