RandomSplitter | R Documentation |
Create function that splits 'items' between train/val with 'valid_pct' randomly.
RandomSplitter(valid_pct = 0.2, seed = NULL)
valid_pct |
validation percenatge split |
seed |
random seed |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.