How data drift detection works
DataDriftPreset
, ValueDrift
, DriftedColumnsCount
.
DatasetDriftPreset()
and Metrics like DriftedColumnsCount(),
you can also set a rule on top of the individual column drift results to detect dataset-level drift.
For example, you can declare dataset drift if 50% of all features (columns) drifted. In this case, each column in the Dataset is tested for drift individually using a default method for the column type. You can specify a custom threshold as a parameter.
DataDriftPreset
or using ValueDrift
metric: