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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly