resample_data {theftdlc} | R Documentation |
Helper function to create a resampled dataset
Description
Helper function to create a resampled dataset
Usage
resample_data(data, train_rows, test_rows, train_groups, test_groups, seed)
Arguments
data |
|
train_rows |
|
test_rows |
|
train_groups |
|
test_groups |
|
seed |
|
Value
list
containing new train and test data
Author(s)
Trent Henderson
[Package theftdlc version 0.1.0 Index]