# Generate Time Series Resamples
resamples_tscv <- time_series_cv(
data = m750,
assess = "2 years",
initial = "5 years",
skip = "2 years",
slice_limit = 4
)
resamples_tscv
# Visualize the Resample Sets
resamples_tscv %>%
tk_time_series_cv_plan() %>%
plot_time_series_cv_plan(
date, value,
.facet_ncol = 2,
.interactive = FALSE
)
Run the code above in your browser using DataLab