MLOps Academy · Lesson

The Training-Serving Skew Trap

When the data at serve time stops matching training data.

What Skew Means

Training-serving skew is when the data your model sees in production no longer matches the data it learned from in training. 📉

Why It Hurts

Your model assumes serving data looks like training data. When that assumption breaks, predictions quietly get worse even though nothing crashes. This is skew.

All lessons in this course

  1. The Training-Serving Skew Trap
  2. Silent Failures: No Crash, Wrong Answers
  3. When the World Changes Under Your Model
  4. The Reproducibility Problem
← Back to MLOps Academy