-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
47 lines (47 loc) · 1.17 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: modeltime.gluonts
Type: Package
Title: 'GluonTS' Deep Learning
Version: 0.3.1.9000
Authors@R: c(
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
person("Business Science", role = "cph"))
Description:
Use the 'GluonTS' deep learning library inside of 'modeltime'.
Available models include 'DeepAR', 'N-BEATS', and 'N-BEATS' Ensemble.
Refer to "GluonTS - Probabilistic Time Series Modeling"
(<https://ts.gluon.ai/index.html>).
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Depends:
modeltime (>= 0.6.1)
Imports:
parsnip (>= 0.1.4),
timetk (>= 2.6.0),
magrittr,
rlang (>= 0.1.2),
reticulate (>= 1.18),
tibble,
forcats,
dplyr (>= 1.0.0),
tidyr,
purrr,
stringr,
glue,
fs,
cli,
dials
Suggests:
readr,
tidyverse,
tidymodels,
knitr,
rmarkdown,
roxygen2,
testthat,
covr
SystemRequirements: GluonTS >=0.8.0 (https://ts.gluon.ai/)
VignetteBuilder: knitr
URL: https://github.com/business-science/modeltime.gluonts
BugReports: https://github.com/business-science/modeltime.gluonts/issues