dataeval.selection.Indices¶ class dataeval.selection.Indices(indices)¶ Selects only the given indices from the dataset. Parameters:¶ indices : Sequence[int]¶The specific indices to select.