get_drift_report
Detect data drift in deployed models by comparing current and reference windows. Returns per-feature drift scores, overall flag, and top drifted features using PSI and KS tests.
Instructions
Compute a data/prediction drift report for a deployed model.
Compares the current serving window against a reference window (PSI + KS
tests per feature). Returns per-feature drift scores, an overall drift
flag, and the top drifted features.
Args:
model_name: Registered model name as it appears in the model registry.
reference_window_hours: Reference window size (default 7 days).
current_window_hours: Current window size (default 24 hours).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | ||
| current_window_hours | No | ||
| reference_window_hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||