The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Gareth James, Daniela Witten, Trevor Hastie, Rob Tibshirani, Jonathan Taylor, 2013 (Springer) - A foundational textbook on statistical learning, offering rigorous theoretical insights into model assessment, generalization error, and model selection, fundamental for understanding why evaluation is essential.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - A popular practical guide that covers the complete machine learning workflow, including model evaluation, cross-validation, and performance metrics, demonstrating their application for reliable model development.
Applied Predictive Modeling, Max Kuhn and Kjell Johnson, 2013 (Springer)DOI: 10.1007/978-1-4614-6849-3 - A comprehensive book dedicated to the process of building and evaluating predictive models, covering data splitting strategies, resampling methods, and various performance metrics to ensure reliable model assessment.