dataeval.detectors.linters.OutliersOutput ========================================= .. py:class:: dataeval.detectors.linters.OutliersOutput Output class for :class:`Outliers` lint detector .. attribute:: 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]]] .. attribute:: - For a single dataset, a dictionary containing the indices of outliers and a dictionary showing the issues and calculated values for the given index. .. attribute:: - For multiple stats outputs, a list of dictionaries containing the indices of outliers and their associated issues and calculated values.