Description Usage Arguments Value
Split file streams in the dataset into two parts randomly and approximately by the percentage specified.
1 | random_split_dataset(dataset, percentage, seed = NULL)
|
dataset |
The Dataset object. |
percentage |
The approximate percentage to split the Dataset by. This must be a number between 0.0 and 1.0. |
seed |
An optional seed to use for the random generator. |
A new Dataset object representing the two datasets after the split.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.