seldonian.utils.hyperparam_utils.create_shuffled_dataset

create_shuffled_dataset(dataset)
Create new dataset containing the same data as the given original dataset,

but with the data shuffled in a new order.

Parameters:

dataset (DataSet object) – a dataset object containing data

Returns:

shuffled_dataset, a dataset with same points in dataset, but shuffled.

Return type:

DataSet object