Helper function to create a resampled dataset
resample_data(data, train_rows, test_rows, train_groups, test_groups, seed)list containing new train and test data
data.frame containing time-series features
integer denoting the number of cases in the train set
integer denoting the number of cases in the test set
data.frame containing proportions of each class in original train split
data.frame containing proportions of each class in original test split
integer denoting fixed value for R's pseudorandom number generator
Trent Henderson