R/create_folds.R
split_ts.Rd
Split a time series
split_ts(y, p = 0.8, return_indices = FALSE)
univariate or multivariate time series
proportion of data in training set
return indices instead of time series?