The results of train/test splitting the M750 Data
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
library(timetk) m750_splits <- time_series_split(m750, assess = "2 years", cumulative = TRUE)
library(rsample) m750_splits training(m750_splits)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.