Concept

Leave-One-Out Cross-Validation

If we have nn data points in our training set, we train the model on n1n-1 data points. Then, we make a prediction on the observation that we left out. We repeat this process repeats nn times, and we will average the performance of our model for each of the predictions that we make. This average will give us model performance.

0

6

Updated 2021-07-27

Tags

Data Science