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