dataeval.shift.DriftWasserstein.Stats¶
- class dataeval.shift.DriftWasserstein.Stats¶
Per-feature statistics from Wasserstein drift detection.
- ratio¶
Mean distance ratio across all features. Values substantially above 1.0 indicate drift; values near 1.0 indicate no drift.
- feature_drift¶
Boolean array indicating which features show drift. Shape matches the number of features in the input data.
- feature_ratios¶
Distance ratio for each feature (operational / baseline). Shape matches the number of features in the input data.
- Type:¶
NDArray[np.float32]