dataeval.metrics.bias.ParityOutput ================================== .. py:class:: dataeval.metrics.bias.ParityOutput Output class for :func:`parity` and :func:`label_parity` :term:`bias` metrics .. attribute:: score chi-squared score(s) of the test :type: np.float64 | NDArray[np.float64] .. attribute:: p_value p-value(s) of the test :type: np.float64 | NDArray[np.float64] .. attribute:: metadata_names Names of each metadata factor :type: list[str] | None