Concept

Leave-One-Out Cross-Validation

In Leave-One-Out Cross-Validation (LOOCV), if a dataset has nn observations, the model is trained on n1n-1 data points and a prediction is made on the single left-out observation. This process is repeated nn times so that each data point is used as the validation set exactly once. The model's overall performance is evaluated by averaging the performance across all nn predictions.

0

6

Updated 2026-06-14

Tags

Data Science