Introduction to Information Retrieval, Christopher D. Manning, Prabhakar Raghavan, Hinrich Schütze, 2008 (Cambridge University Press) - Provides a comprehensive treatment of text classification and its evaluation metrics, particularly relevant for understanding precision, recall, and F1-score in the context of information retrieval and natural language processing.
Machine Learning, Tom M. Mitchell, 1997 (McGraw-Hill Education) - A foundational textbook on machine learning, offering detailed explanations of basic classification algorithms and essential model evaluation metrics like accuracy, precision, and recall from a theoretical perspective.
Metrics and scoring: quantifying the quality of predictions, Scikit-learn developers, 2024 (Scikit-learn) - The official scikit-learn documentation provides practical definitions, usage examples, and implementation details for various classification metrics, including confusion matrix components, precision, recall, and F1-score.