Changes in the statistical properties of input data over time that can degrade machine learning model performance.
Data drift occurs when the statistical properties of model input data change over time, potentially degrading model performance. It's a key concern for deployed ML models.
Types of drift:
Causes of drift:
Detection methods:
Handling drift:
Deployed models can silently degrade as data changes. Drift detection is essential for maintaining production model reliability.
We implement drift monitoring for Australian business ML deployments, ensuring models remain accurate as business conditions change.
"Detecting that a customer churn model is receiving different customer demographics than it was trained on, triggering investigation and potential retraining."