View source: R/generate_train_test_split.R
Creates an index_list
from a match_list
, splitting according to train_fraction
.
1 | generate_train_test_split(match_list, train_fraction = 0.7)
|
match_list |
|
train_fraction |
Fraction (between 0 and 1) to use for training data (and the rest for test). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.