The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - This book covers statistical learning methods, including model assessment, selection, and the bias-variance trade-off, which explains the issues with a single split and the utility of cross-validation.
A Study of Cross-Validation and Bootstrap for Accuracy Estimation and Model Selection, Ron Kohavi, 1995Proceedings of the Fourteenth International Joint Conference on Artificial Intelligence (IJCAI), Vol. 14 (International Joint Conference on Artificial Intelligence (IJCAI))DOI: 10.5555/164319.164334 - This paper compares cross-validation and bootstrap methods for estimating model accuracy, providing evidence for their use in reliable performance estimation.
Cross-validation: evaluating estimator performance, Scikit-learn developers, 2023 - This official documentation explains cross-validation, its purpose, and why it is preferred over a single train-test split for obtaining a more stable performance estimate.