Machine Learning

Retraining

The process of training a model again on updated data to restore or improve its performance. Retraining addresses model drift and incorporates new patterns the original model did not learn.

Why It Matters

Regular retraining keeps models accurate as the world changes. Without it, every model has an expiration date — the question is how quickly it degrades.

Example

Retraining a fraud detection model monthly with the latest transaction data so it recognizes new fraud patterns that have emerged since the last training.

Think of it like...

Like a doctor attending continuing education — the medical field evolves, and staying current requires ongoing learning, not just initial training.

Related Terms