TimeSeriesDataset.
select_components_randomly
Returns a subset of the TimeSeriesDataset with randomly chosen n elements without replacement.
n – number of elements returned
seed – seed for random generator
indices – if True returns the indices of the selection
Returns: TimeSeriesDataset (optional: indices of selection)