k-Fold Cross Validation
k-Fold Cross Validation
alternative to LOOCV
Randomly divides observations into
Bias-Variance Trade-Off for k-Fold Cross-Validation
- LOOCV is better than
-fold for bias reduction -fold is better than LOOCV for variance reduction
To summarize, there is a bias-variance trade-of associated with the choice ofin -fold cross-validation. Typically, given these considerations, one performs -fold cross-validation using = 5 or = 10, as these values have been shown empirically to yield test error rate estimates that suffer neither from excessively high bias nor from very high variance.
Sources: 1