-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.36 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
Package: modeltime.ensemble
Type: Package
Title: Ensemble Algorithms for Time Series Forecasting with Modeltime
Version: 1.0.4
Authors@R: c(
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
person("Business Science", role = "cph")
)
Description:
A 'modeltime' extension that implements time series ensemble forecasting methods including model averaging,
weighted averaging, and stacking. These techniques are popular methods
to improve forecast accuracy and stability.
URL: https://business-science.github.io/modeltime.ensemble/, https://github.com/business-science/modeltime.ensemble
BugReports: https://github.com/business-science/modeltime.ensemble/issues
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
modeltime (>= 1.2.3),
modeltime.resample (>= 0.2.1),
R (>= 3.5)
Imports:
tune (>= 0.1.2),
rsample,
yardstick,
workflows (>= 0.2.1),
recipes (>= 0.1.15),
timetk (>= 2.5.0),
tibble,
dplyr (>= 1.0.0),
tidyr,
purrr,
stringr,
rlang (>= 0.1.2),
cli,
generics,
magrittr,
tictoc,
parallel,
doParallel,
foreach,
glmnet
Suggests:
gt,
dials,
utils,
earth,
testthat,
tidymodels,
xgboost,
lubridate,
knitr,
rmarkdown
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)