dataeval.detectors.drift.DriftOutput ==================================== .. py:class:: dataeval.detectors.drift.DriftOutput Output class for :class:`DriftCVM`, :class:`DriftKS`, and :class:`DriftUncertainty` drift detectors .. attribute:: is_drift :term:`Drift` prediction for the images :type: bool .. attribute:: threshold Threshold after multivariate correction if needed :type: float .. attribute:: feature_drift Feature-level array of images detected to have drifted :type: NDArray .. attribute:: feature_threshold Feature-level threshold to determine drift :type: float .. attribute:: p_vals Feature-level p-values :type: NDArray .. attribute:: distances Feature-level distances :type: NDArray