Makes fast train/test split indicies for time series.
make_ts_splits(.data, .length_test, .length_train = NULL)
A list containing train_idx and test_idx
A data frame containing ordered time seried data (ascending)
The number of rows to include in the test set
Optional. The number of rows to include in the training set. If NULL, returns all remaining row indicies.