-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 1.0.2 | ||
Date: 2022-10-18 17:35:41 UTC | ||
SHA: 9a1335f085fa305e0958c3fef093ad66cb00ac0e | ||
Version: 1.0.4 | ||
Date: 2024-06-07 19:39:45 UTC | ||
SHA: 6c33f8845695356a2d481b2a92b5dc89649bf9e3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
Package: modeltime.ensemble | ||
Type: Package | ||
Title: Ensemble Algorithms for Time Series Forecasting with Modeltime | ||
Version: 1.0.3.9000 | ||
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. Refer to papers such as | ||
"Machine-Learning Models for Sales Time Series Forecasting" Pavlyshenko, B.M. (2019) <doi:10.3390>. | ||
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 | ||
|
@@ -24,7 +23,6 @@ Imports: | |
rsample, | ||
yardstick, | ||
workflows (>= 0.2.1), | ||
parsnip (>= 0.1.6), | ||
recipes (>= 0.1.15), | ||
timetk (>= 2.5.0), | ||
tibble, | ||
|
@@ -40,10 +38,10 @@ Imports: | |
parallel, | ||
doParallel, | ||
foreach, | ||
glmnet | ||
Suggests: | ||
gt, | ||
dials, | ||
glmnet, | ||
utils, | ||
earth, | ||
testthat, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.