dataeval.detectors.linters.OutliersOutput

class dataeval.detectors.linters.OutliersOutput

Output class for Outliers lint detector.

issues

Indices of image Outliers with their associated issue type and calculated values.

Type:

dict[int, dict[str, float]] | list[dict[int, dict[str, float]]]

- For a single dataset, a dictionary containing the indices of outliers and

a dictionary showing the issues and calculated values for the given index.

- For multiple stats outputs, a list of dictionaries containing the indices of

outliers and their associated issues and calculated values.