diff --git a/articles/SW00_Introduction_to_sweep.html b/articles/SW00_Introduction_to_sweep.html index 394c0fe..3c2c7f6 100644 --- a/articles/SW00_Introduction_to_sweep.html +++ b/articles/SW00_Introduction_to_sweep.html @@ -103,7 +103,7 @@
vignettes/SW00_Introduction_to_sweep.Rmd
SW00_Introduction_to_sweep.Rmd
vignettes/SW01_Forecasting_Time_Series_Groups.Rmd
SW01_Forecasting_Time_Series_Groups.Rmd
vignettes/SW02_Forecasting_Multiple_Models.Rmd
SW02_Forecasting_Multiple_Models.Rmd
gas_prices_monthly_raw <- tq_get(
x = "GASREGCOVM",
@@ -313,15 +313,15 @@ Multiple Models Concept
df_out$out
## [[1]]
-## [1] 0.43872858 0.28465883 0.84943912 0.84561588 0.07014807 0.70347772
-## [7] 0.36236192 0.78298809 0.19649185 0.85122581
+## [1] 0.54818551 0.31200612 0.55621273 0.32530683 0.76215766 0.30280104
+## [7] 0.27580616 0.04623577 0.68474766 0.03887453
##
## [[2]]
-## [1] 9 10 10 12 9
+## [1] 6 7 6 5 12
##
## [[3]]
-## [1] 10.03371353 -15.90055900 -17.23650991 -9.39415959 16.56242493
-## [6] 8.18828973 -9.33137140 4.57302312 -0.07964688 -1.64578790
+## [1] 18.4421424 4.3480539 -7.3581514 0.6666766 21.8707091 -1.7164745
+## [7] -11.9968083 -21.6309492 23.5678024 -11.5255936
Take a minute to understand the conceptual process of the
invoke_map
function and specifically the parameter setup.
Once you are comfortable, we can move on to model implementation.
Source: DESCRIPTION
Dancho M, Vaughan D (2023). +
Dancho M, Vaughan D (2024). sweep: Tidy Tools for Forecasting. R package version 0.2.5.9000, https://github.com/business-science/sweep, https://business-science.github.io/sweep/.
@Manual{, title = {sweep: Tidy Tools for Forecasting}, author = {Matt Dancho and Davis Vaughan}, - year = {2023}, + year = {2024}, note = {R package version 0.2.5.9000, https://github.com/business-science/sweep}, url = {https://business-science.github.io/sweep/}, }diff --git a/pkgdown.yml b/pkgdown.yml index 2e07d49..9095163 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -5,7 +5,7 @@ articles: SW00_Introduction_to_sweep: SW00_Introduction_to_sweep.html SW01_Forecasting_Time_Series_Groups: SW01_Forecasting_Time_Series_Groups.html SW02_Forecasting_Multiple_Models: SW02_Forecasting_Multiple_Models.html -last_built: 2023-12-28T15:19Z +last_built: 2024-01-04T18:58Z urls: reference: https://business-science.github.io/sweep/reference article: https://business-science.github.io/sweep/articles diff --git a/reference/tidiers_nnetar.html b/reference/tidiers_nnetar.html index df6f3c8..cb3ca01 100644 --- a/reference/tidiers_nnetar.html +++ b/reference/tidiers_nnetar.html @@ -169,22 +169,22 @@