-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
45 lines (45 loc) · 990 Bytes
/
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
Package: neuralprophet
Type: Package
Title: 'Neural Prophet' Algorithm
Version: 0.1.0
Authors@R: c(
person("Alberto", "Almuiña", email = "[email protected]", role = c("aut", "cre"))
)
Description:
Use the Facebook 'Neural Prophet' algorithm through 'reticulate' integrated in the 'tidymodels' universe.
Encoding: UTF-8
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Depends:
modeltime (>= 0.3.1)
Imports:
parsnip (>= 0.1.4),
timetk (>= 2.6.0),
magrittr,
rlang (>= 0.1.2),
reticulate (>= 1.18),
tibble,
dplyr (>= 1.0.0),
tidyr,
purrr,
lubridate,
rsample,
stringr,
glue,
fs,
cli,
dials
Suggests:
readr,
tidyverse,
tidymodels,
knitr,
rmarkdown,
roxygen2,
testthat,
covr
VignetteBuilder: knitr
URL: https://github.com/AlbertoAlmuinha/neuralprophet
BugReports: https://github.com/AlbertoAlmuinha/neuralprophet/issues