dataeval.shift¶
Detect changes in data between different datasets.
Submodules¶
Update strategies inform how the drift detector classes update the reference data. |
Classes¶
Result for a single chunk in chunked drift detection. |
|
Multivariate Domain Classifier based drift detector. |
|
Statistics from Multivariate Domain Classifier drift detection. |
|
K-Nearest Neighbors based drift detector. |
|
Statistics from K-Nearest Neighbors drift detection. |
|
Drift detector using Maximum Mean Discrepancy (MMD) Drift Detection with permutation test. |
|
Statistics from MMD permutation test. |
|
Reconstruction-based drift detector using autoencoders. |
|
Statistics from reconstruction-based drift detection. |
|
Drift detector using univariate statistical tests. |
|
Per-feature statistics from univariate drift detection. |
|
Domain Classifier based Out-of-Distribution detector. |
|
K-Nearest Neighbors Out-of-Distribution detector. |
|
Autoencoder (AE) or Variational Autoencoder (VAE) based out-of-distribution detector. |
Output Classes¶
Output class for drift detector classes. |
|
Output class for predictions from out-of-distribution detectors. |
|
Output class for instance and feature scores from out-of-distribution detectors. |