-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
49 lines (49 loc) · 1.1 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
Package: boostime
Title: The Tidymodels Extension for Time Series Boosting Models
Version: 0.1.0
Authors@R: c(
person("Alberto", "Almuiña", email = "[email protected]", role = c("aut", "cre"))
)
Description: The time series forecasting package using boosting to improve modeling errors (residuals). The methods
available are: Arima-Catboost, Arima-LightGBM, Prophet-Catboost and Prophet-LightGBM.
URL: https://github.com/AlbertoAlmuinha/boostime
BugReports: https://github.com/AlbertoAlmuinha/boostime/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
parsnip
Imports:
rlang (>= 0.1.2),
magrittr,
catboost,
lightgbm,
forecast,
prophet,
modeltime,
timetk,
purrr,
dplyr,
stringr,
tibble,
tidyr,
dials,
rsample,
workflows,
cli,
crayon,
rstudioapi
Suggests:
tidymodels,
tidyverse,
lubridate,
knitr,
rmarkdown,
roxygen2,
testthat (>= 3.0.0),
covr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Config/testthat/edition: 3