-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
52 lines (52 loc) · 1.26 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
Package: modeltime.resample
Title: Resampling Tools for Time Series Forecasting
Version: 0.2.3.9000
Authors@R: c(
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
person("Business Science", role = "cph")
)
Description:
A 'modeltime' extension that implements forecast resampling tools
that assess time-based model performance and stability for a single time series,
panel data, and cross-sectional time series analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://business-science.github.io/modeltime.resample/, https://github.com/business-science/modeltime.resample
BugReports: https://github.com/business-science/modeltime.resample/issues
Depends:
modeltime (>= 0.3.0),
R (>= 3.5)
Imports:
tune,
rsample,
workflows,
parsnip (>= 0.1.4),
recipes,
dials,
yardstick,
timetk (>= 2.5.0),
tibble,
dplyr (>= 1.0.0),
tidyr,
purrr,
stringr,
ggplot2 (>= 3.4.0),
plotly,
cli,
magrittr,
rlang (>= 0.1.2),
progressr,
tictoc,
hardhat
Suggests:
testthat,
tidymodels,
tidyquant,
glmnet,
lubridate,
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr