-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
75 lines (73 loc) · 1.49 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: mlr3shiny
Title: Machine Learning in 'shiny' with 'mlr3'
Version: 0.5.5
Authors@R:
c(person(given = "Laurens",
family = "Tetzlaff",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Gero",
family = "Szepannek",
role = "aut",
email = "[email protected]"),
person(given = "Alexander",
family = "Frahm",
role = "aut"),
person(given = "Dominic",
family = "Henning",
role = "aut",
email = "[email protected]"),
person(given = "Jakob",
family = "Steinbrink",
role = "aut")
)
Description: A web-based graphical user interface to provide the basic steps of a machine learning workflow. It uses the functionalities of the 'mlr3' framework.
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.6)
Imports:
mlr3 (>= 0.12.0),
mlr3measures (>= 0.3.1),
mlr3learners,
mlr3pipelines,
mlr3viz,
DALEX,
DALEXtra,
Metrics,
shiny (>= 1.6.0),
shinydashboard,
shinyjs (>= 2.0.0),
shinyWidgets,
shinyalert,
shinycssloaders,
data.table (>= 1.12.8),
DT (>= 0.11),
stringr,
plyr,
dplyr,
bsicons,
purrr,
stats,
patchwork,
bslib,
haven,
xgboost,
igraph,
ggparty,
GGally
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 2.1.0),
shinytest,
devtools,
ranger,
e1071,
xgboost,
igraph,
readxl,
DALEX,
DALEXtra,
bslib,
haven