dataeval.detectors.drift¶
Drift detectors identify if the statistical properties of the data has changed.
Submodules¶
Update strategies inform how the drift detector classes update the reference data when monitoring. |
Classes¶
Drift detector employing the Cramér-von Mises (CVM) Drift Detection test. |
|
Drift detector employing the Kolmogorov-Smirnov (KS) distribution test. |
|
Maximum Mean Discrepancy (MMD) Drift Detection algorithm using a permutation test. |
|
Test for a change in the number of instances falling into regions on which the model is uncertain. |
|
Protocol for reference dataset update strategy for drift detectors |
Output Classes¶
Output class for |