OutliersOutput#

class dataeval.detectors.linters.OutliersOutput(issues: TIndexIssueMap)#

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.