dataeval.outputs.MostDeviatedFactorsOutput¶
- class dataeval.outputs.MostDeviatedFactorsOutput(data)¶
Output class for results of
most_deviated_factors()for OOD samples with metadata.- value¶
A tuple of the factor name and deviation of the highest metadata deviation
- Type:¶
tuple[str, float]
-
index(value, start=
0, stop=None)¶ S.index(value, [start, [stop]]) -> integer – return first index of value. Raises ValueError if the value is not present.
Supporting start and stop arguments is optional, but recommended.