Cover image

Don’t Retrain the Whole Map When One Neighborhood Moves

TL;DR for operators Most production model-maintenance policies sit between two unattractive extremes: never retrain and watch performance decay, or retrain constantly and turn the MLOps budget into a recurring tribute payment. This paper tests a third option.1 It divides the feature space into clusters, maintains a separate ADWIN error detector for each cluster, and triggers model adaptation when one of those regional error streams changes significantly. The goal is not to beat continuous retraining at any cost. It is to approach its predictive performance while avoiding its habit of rebuilding the model whenever another batch enters the building. ...

July 15, 2026 · 20 min · Zelina
Cover image

The Drift Alarm Is Not the Strategy

TL;DR for operators A production model rarely collapses with theatrical dignity. It usually degrades in increments: a fraud pattern shifts, an electricity market regime changes, a sensor starts reporting under a new operating condition, or network traffic stops looking like yesterday’s traffic. The dashboard still has a reassuring green check. Naturally. The paper “Learner-based Concept Drift Detection: Analysis and Evaluation” by Md Moman Ul Haque Khan and Samira Sadaoui is useful because it refuses to treat concept drift detection as one magic alarm bolted onto a model after deployment.1 It surveys learner-based detectors and compares three families: Statistical Process Control methods, window-based methods, and ensemble-based methods. The experiment tests them across synthetic abrupt and gradual drift streams and two real-world streams: electricity price movement and network intrusion data. ...

July 3, 2026 · 16 min · Zelina
Cover image

Divide, Route, and Conquer: DriftMoE's Smart Take on Concept Drift

TL;DR for operators Production data does not politely wait for quarterly retraining. Sensor readings shift, fraud patterns mutate, market microstructure changes, network traffic acquires new habits, and customer behaviour performs its usual interpretive dance. This is concept drift: the model is still running, but the world it learned from has moved on. ...

July 27, 2025 · 15 min · Zelina