Skip to main content
  1. Glossary/
  2. M/

Model Validation

35 words·1 min
Table of Contents

Definition
#

Assessing how well a trained model generalizes to unseen data.

Key Characteristics
#

  • Train/test splits
  • Cross-validation
  • Confusion matrices

Why It Matters
#

Prevents deployment of flawed models.

Examples
#

  • Scikit-learn’s train_test_split
  • K-fold validation