dataeval.detectors.drift.DriftMMDOutput ======================================= .. py:class:: dataeval.detectors.drift.DriftMMDOutput Output class for :class:`DriftMMD` :term:`drift` detector .. attribute:: is_drift Drift prediction for the images :type: bool .. attribute:: threshold :term:`P-Value` used for significance of the permutation test :type: float .. attribute:: p_val P-value obtained from the permutation test :type: float .. attribute:: distance MMD^2 between the reference and test set :type: float .. attribute:: distance_threshold MMD^2 threshold above which drift is flagged :type: float