get_data_from_indices#

skfp.utils.get_data_from_indices(data: Sequence, indices: Sequence[int]) list#

Retrieve elements from data at specified indices. Works not only for Python lists but also for e.g. NumPy arrays and Pandas DataFrames and Series.