dataeval.shift.DriftUnivariateStats¶
- class dataeval.shift.DriftUnivariateStats¶
Per-feature statistics from univariate drift detection.
- feature_drift¶
Boolean array indicating which features show drift. Shape matches the number of features in the input data.
- Type:¶
NDArray[bool]
- feature_threshold¶
Uncorrected p-value threshold used for individual feature testing. Typically the original p_val before multivariate correction.
- Type:¶
float