Connecting Inference to Machine Learning Evaluation
Was this section helpful?
The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, Jerome Friedman, 2009 (Springer) - This canonical reference for statistical learning covers theoretical foundations and practical algorithms. Its chapter on model assessment and selection is essential for understanding uncertainty in ML model evaluation.
An Introduction to Statistical Learning: With Applications in R, Gareth James, Daniela Witten, Trevor Hastie, Rob Tibshirani, 2013 (Springer) - A more accessible introduction to statistical learning, this book provides a solid foundation for understanding how statistical inference applies to machine learning model assessment, covering concepts like test sets and performance metrics.
Probability and Statistics for Engineering and the Sciences, Jay L. Devore, 2021 (Cengage Learning) - This comprehensive textbook provides a thorough introduction to probability theory and statistical inference, including detailed explanations of point estimation, confidence intervals, and hypothesis testing, serving as a strong foundation for the statistical concepts discussed.