Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - This book provides practical guidance on machine learning concepts and implementation, including dedicated chapters on model evaluation for both regression and classification, with detailed examples using Scikit-learn.
Metrics and Scoring: Quantifying the Quality of Predictions, scikit-learn developers, 2024 - This official documentation offers a comprehensive overview of the evaluation metrics available in Scikit-learn for both regression and classification, including detailed explanations and usage examples.
Pattern Recognition and Machine Learning, Christopher M. Bishop, 2006 (Springer) - This textbook offers a foundational understanding of machine learning principles, covering essential topics like model assessment and selection, which are fundamental to evaluating model performance.