sklearn.metrics Module Documentation, scikit-learn developers, 2023 - Official documentation for the sklearn.metrics module, which includes definitions and implementation details for mean_absolute_error and mean_squared_error.
Recommender Systems: An Introduction, Francesco Ricci, Lior Rokach, Bracha Shapira, Paul B. Kantor, 2011 (Springer)DOI: 10.1007/978-0-387-85820-3 - A comprehensive textbook on recommender systems that discusses the application and interpretation of MAE and RMSE for evaluating rating prediction models.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - A classic textbook on statistical learning, providing the fundamental theoretical and statistical basis for various error metrics used in predictive modeling, including MAE and RMSE.
Forecasting: Principles and Practice, Rob J Hyndman and George Athanasopoulos, 2023 (OTexts) - An authoritative online textbook on forecasting, featuring a dedicated chapter that meticulously compares and contrasts MAE and RMSE, explaining their statistical properties and the implications for model evaluation.