powered by
The results of train/test splitting the M750 Data
m750_splits
An rsplit object split into approximately 23.5-years of training data and 2-years of testing data
rsplit
library(timetk) m750_splits <- time_series_split(m750, assess = "2 years", cumulative = TRUE)
library(rsample) m750_splits training(m750_splits)
Run the code above in your browser using DataLab