12 - Cross Validation Flashcards
1
Q
What is LOOCV?
A
cross validation where we create n training sets of size (n-1) where in each set has one observation removed
2
Q
What is K-Fold CV?
A
cross validation where we randomly subdivided the samples into k approx. equal sized & non-overlapping sets
each set can be considered a validation set, with the rest of the data used to train the model
then calculate the MSE for each validation set