-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
78 lines (78 loc) · 1.81 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
76
77
78
Package: mlr3keras
Title: mlr3 Keras extension
Version: 0.1.3
Authors@R:
c(person(given = "Florian",
family = "Pfisterer",
role = c("cre", "aut"),
email = "pfistererf@googlemail.com",
comment = c(ORCID = "0000-0001-8867-762X")),
person(given = "Jacky",
family = "Poon",
role = "aut",
email = "jackypn@gmail.com"),
person(given = "Michel",
family = "Lang",
role = "aut",
email = "michellang@gmail.com",
comment = c(ORCID = "0000-0001-9754-0393")))
Description: Extension for the mlr3 package to incorporate
keras.
License: LGPL-3
URL: https://github.com/mlr-org/mlr3keras
BugReports: https://github.com/mlr-org/mlr3keras/issues
StagedInstall: no
Config/reticulate:
list(
packages = list(
list(package = "tensorflow", version = "2.3.1"),
list(package = "keras", version = "2.4")
)
)
Depends:
R (>= 3.2)
Imports:
checkmate (>= 2.0.0),
data.table,
keras,
mlr3,
mlr3misc (>= 0.1.1),
paradox (>= 0.3.0),
R6,
reticulate (>= 1.10),
tensorflow (>= 2.0.0)
Suggests:
bbotk,
devtools,
digest,
generics (>= 0.0.1),
ggplot2,
knitr,
lgr (>= 0.3.0),
Matrix,
mlr3book,
mlr3pipelines,
mlr3tuning (>= 0.1.2),
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
RdMacros:
mlr3misc
Remotes:
rstudio/keras,
mlr-org/bbotk,
mlr-org/mlr3misc,
mlr-org/mlr3,
mlr-org/mlr3pipelines,
mlr-org/mlr3tuning,
mlr-org/paradox,
mlr-org/mlr3book
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.1.1
SystemRequirements: Keras >= 2.3 (https://keras.io)