-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (52 loc) · 1.11 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
Package: autocompboost
Title: AutoML with compboost
Version: 0.0.0.9000
Authors@R:
c(person(given = "Stefan",
family = "Coors",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7465-2146")),
person(given = "Daniel",
family = "Schalk",
role = c("aut"),
email = "[email protected]"))
Description: AutoML with compboost.
License: LGPL-3 + file LICENSE
URL: https://github.com/coorsaa/autocompboost
BugReports: https://github.com/coorsaa/autocompboost/issues
Depends:
R (>= 3.1.0)
Imports:
checkmate,
backports,
data.table,
future,
mlr3,
mlr3learners,
mlr3pipelines,
mlr3tuning,
mlr3hyperband,
mlr3misc,
mlr3oml,
mlrintermbo,
compboost,
paradox,
R6,
ggplot2,
testthat
Suggests:
knitr,
lgr,
patchwork,
ggsci,
rpart,
ranger
Remotes:
schalkdaniel/compboost@main
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr