random_split_dataset {azuremlsdk} | R Documentation |
Split file streams in the dataset into two parts randomly and approximately by the percentage specified.
Description
Split file streams in the dataset into two parts randomly and approximately by the percentage specified.
Usage
random_split_dataset(dataset, percentage, seed = NULL)
Arguments
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. |
Value
A new Dataset object representing the two datasets after the split.
[Package azuremlsdk version 1.10.0 Index]