knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(xgboost) library(drake) library(tidymodels) library(modeltime) library(tidyverse) library(tidyquant) library(lubridate) library(timetk) library(modeltime.ensemble) library(dplyr) # R.utils::sourceDirectory("D:/R/bml_stocks/R/") # R.utils::sourceDirectory("R/") interactive <- FALSE
readd(data_ACB) %>% plot_time_series(date, value, .interactive = interactive)
readd(splits_ACB) %>% tk_time_series_cv_plan() %>% plot_time_series_cv_plan(date, value, .interactive = FALSE)
readd(models_tbl_ACB)
readd(calibration_tbl_ACB)
readd(forecast_tbl_ACB) %>% plot_modeltime_forecast(.legend_max_width = 25, .interactive = interactive)
readd(accuracy_tbl_ACB)$`_data`
readd(two_week_fc_ACB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.