6.26 Resampling methods (4): Leave-one-out cross-validation (LOOCV)
- In classification setting LOOCV error rate takes the form (James et al. 2013, 184):
CV(n)=1nn∑i=1Erri where Erri=I(yi≠ˆyi)
- The k-fold CV error rate (see next slide) and validation set error rates are defined analogously
References
James, Gareth, Daniela Witten, Trevor Hastie, and Robert Tibshirani. 2013. An Introduction to Statistical Learning: With Applications in R. Springer Texts in Statistics. Springer.