-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.09 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
Package: rSAFE
Title: Surrogate-Assisted Feature Extraction
Version: 0.1.4
Authors@R:
c(person("Alicja", "Gosiewska", role = c("aut", "cre"), email = "[email protected]"),
person("Anna", "Gierlak", role = c("aut"), email = "[email protected]"),
person("Przemyslaw", "Biecek", role = c("aut", "ths")),
person("Michal", "Burdukiewicz", role = c("ctb"), comment = c(ORCID = "0000-0001-8926-582X")))
Description: Provides a model agnostic tool for white-box model trained on features extracted from a black-box model. For more information see: Gosiewska et al. (2020) <doi:10.1016/j.dss.2021.113556>.
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
DALEX,
dendextend,
ggplot2,
ggpubr,
grDevices,
ingredients,
sets,
stats
Suggests:
gbm,
knitr,
pander,
randomForest,
rmarkdown,
spelling,
testthat,
vdiffr
VignetteBuilder: knitr
URL: https://github.com/ModelOriented/rSAFE
BugReports: https://github.com/ModelOriented/rSAFE/issues
Language: en-US