Train, Validation and Test Split

404 image

Train/validation/test split

404 image


  • Train: Used to fit our models.
  • Validation: Used to assess our model during model tuning.
  • Test: Unseen data used for a final assessment.

Deployment data

404 image
fit score predict
Train ✔️ ✔️ ✔️
Validation ✔️ ✔️
Test once once
Deployment ✔️

Let’s apply what we learned!