dataeval.detectors.drift

Drift detectors identify if the statistical properties of the data has changed.

Submodules

updates

Update strategies inform how the drift detector classes update the reference data when monitoring.

Classes

DriftCVM

Drift detector using the Cramér-von Mises (CVM) Test.

DriftKS

Drift detector employing the Kolmogorov-Smirnov (KS) distribution test.

DriftMMD

Drift detector using Maximum Mean Discrepancy (MMD) Drift Detection with permutation test.

DriftMVDC

Multivariant Domain Classifier

DriftUncertainty

Drift detector using model prediction uncertainty.

UpdateStrategy

Protocol for reference dataset update strategy for drift detectors

Output Classes

DriftMMDOutput

Output class for DriftMMD (Maximum Mean Discrepancy) drift detector.

DriftMVDCOutput

Class wrapping the results of the classifier for drift detection and providing plotting functionality.

DriftOutput

Output class for univariate drift detectors.