Pattern Recognition and Machine Learning, Christopher M. Bishop, 2006 (Springer) - A comprehensive textbook presenting statistical machine learning, including classification and performance evaluation.
sklearn.metrics.accuracy_score, Scikit-learn Developers, 2023 - Official documentation for the accuracy_score function, detailing its use and implementation in Python.