Overview of the Data Drift Preset.
current
data to ref
data:
DataDriftPreset
lets you evaluate shift in data distribution between the two datasets to detect if there are significant changes.
columns
parameter.
Change drift parameters. You can modify how drift detection works:
ValueDrift("prediction")
to your Report so that you see the drift in this value in a separate widget.
DataSummaryPreset
to get descriptive stats and run Tests like detecting missing values. Data drift check drops nulls (and compares the distributions of non-empty features), so you may want to run these Tests separately.