-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 936 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
42 lines (42 loc) · 936 Bytes
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
Package: tsForecastR
Type: Package
Title: Forecasting with Traditional Time Series and Machine Learning Models
Version: 0.1.0
Author: Xavier Kamphaus
Maintainer: The package maintainer <yourself@somewhere.net>
Description: Functions and tools to facilitate the use of traditional time series
and machine learning models to generate forecasts on univariate or multvariate
data. To identify the best performing models, different backtesting scenarios
are available.
Depends:
R (>= 3.6.0)
Imports:
bsts,
doParallel,
dplyr,
foreach,
forecast,
h2o,
imputeTS,
lubridate,
magrittr,
parallel,
plotly,
purrr,
stats,
stringr,
tibble,
timeSeries,
timetk,
utils,
xts,
zoo
Suggests:
keras,
tensorflow,
testthat (>= 2.1.0),
covr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2