-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
executable file
·32 lines (32 loc) · 1.01 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
Package: caretForecast
Title: Conformal Time Series Forecasting Using State of Art Machine Learning Algorithms
Version: 0.1.1
Authors@R:
person(given = "Resul",
family = "Akay",
role = c("aut", "cre"),
email = "resulakay1@gmail.com")
Description: Conformal time series forecasting using the caret infrastructure.
It provides access to state-of-the-art machine learning models for forecasting
applications. The hyperparameter of each model is selected based on time
series cross-validation, and forecasting is done recursively.
License: GPL (>= 3)
URL: https://github.com/Akai01/caretForecast
BugReports: https://github.com/Akai01/caretForecast/issues
Depends:
R (>= 3.6)
Imports:
forecast (>= 8.15),
caret (>= 6.0.88),
magrittr (>= 2.0.1),
methods (>= 4.1.1),
dplyr (>= 1.0.9),
generics (>= 0.1.3)
Suggests:
Cubist (>= 0.3.0),
knitr (>= 1.29),
testthat (>= 2.3.2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1