Phase 6 · Machine Learning Fundamentals
TopicsOverfitting & Underfitting
Part of the Data Science Roadmap.
Summary
Overfitting means a model memorized training data noise and fails on new data; underfitting means it's too simple to capture real patterns even in training data — the two failure modes every model sits between.
How to Learn This
- 1Plot training vs validation error as model complexity increases, and identify both zones.
- 2Learn the common symptoms: overfitting shows a big train/test performance gap.
- 3Practice deliberately overfitting a tiny model, then simplifying it back down.
More topics in Machine Learning Fundamentals
Stuck on this topic? Ask an Insider
Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.