| m750_training_resamples | R Documentation | 
The Time Series Cross Validation Resamples the M750 Data (Training Set)
m750_training_resamples
An time_series_cv object with 6 slices of Time Series Cross Validation
resamples made on the training(m750_splits)
library(timetk)
m750_training_resamples <- time_series_cv(
    data        = training(m750_splits),
    assess      = "2 years",
    skip        = "2 years",
    cumulative  = TRUE,
    slice_limit = 6
)
library(rsample)
m750_training_resamples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.