-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
53 lines (53 loc) · 1.22 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
Package: tft
Title: Implementation of Temporal Fusion Transformer
Version: 0.0.0.9000
Authors@R: c(
person(given = "Daniel",
family = "Falbel",
role = c("aut", "cre"),
email = "[email protected]"),
person(family = "RStudio", role = c("cph")),
person(given = "Christophe",
family = "Regouby",
email = "[email protected]", role = c("aut"))
)
Description: Implements the Temporal Fusion Transformer by Bryan Lim et al (2019) <arXiv:1912.09363>
a novel attention-based deep-learning model for interpretable high-performance multi-horizon forecasting.
It's also fully compatible with the 'tidymodels' ecosystem.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
torch,
magrittr,
recipes,
cli,
purrr,
rlang,
tibble,
hardhat,
methods,
generics,
zeallot,
luz,
stats,
utils,
ellipsis,
R6,
dplyr,
lubridate,
tsibble,
scales
Suggests:
tidyr,
testthat (>= 3.0.0),
rmarkdown,
feasts,
ggplot2,
timetk
Remotes:
mlverse/luz
Config/testthat/edition: 3
URL: https://mlverse.github.io/tft/