forked from wlandau/targets-keras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.15 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
Package: targets.keras
Title: An Example Targets Pipeline for Machine Learning
Description: This repository contains an example machine learning
project with R packages targets and keras.
Version: 0.0.0.9000
License: MIT + file LICENSE
URL: https://wlandau.github.io/targets-keras,
https://github.com/wlandau/targets-keras
BugReports: https://github.com/wlandau/targets-keras/issues
Authors@R: c(
person(
given = c("William", "Michael"),
family = "Landau",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1878-3253")
),
person(
family = "Eli Lilly and Company",
role = "cph"
))
SystemRequirements:
Python (>= 2.7.0),
TensorFlow (https://www.tensorflow.org/),
Keras >= 2.0 (https://keras.io)
Depends:
R (>= 3.5.0)
Imports:
fst (>= 0.9.2),
keras (>= 2.3.0.0),
recipes (>= 0.1.12),
rmarkdown (>= 2.3),
rsample (0.0.7),
tarchetypes,
targets,
tidyverse (>= 1.3.0),
yardstick (>=0.0.6)
Suggests:
clustermq (>= 0.8.9),
visNetwork (>= 2.0.9)
Remotes:
wlandau/tarchetypes
wlandau/targets
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0