The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - This foundational textbook provides comprehensive coverage of cross-validation techniques, including K-Fold and stratified sampling, essential for understanding model evaluation.
Cross-validation: evaluating estimator performance, scikit-learn developers, 2024 - Official documentation offering practical examples and best practices for K-Fold and Stratified K-Fold cross-validation, with important warnings about preventing data leakage in machine learning pipelines.
Pattern Recognition and Machine Learning, Christopher M. Bishop, 2006 (Springer) - A widely respected textbook that covers the principles of model evaluation, including cross-validation, offering a complementary perspective to other foundational texts.