Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - Provides a practical guide to the machine learning workflow, including training models and generating predictions on new data using popular Python libraries.
An Introduction to Statistical Learning: with Applications in Python, Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani, Jonathan Taylor, 2023 (Springer) - A foundational textbook covering statistical learning methods, including the principles of model fitting, prediction, and assessing generalization.
scikit-learn User Guide: 1.1. Estimator basics, scikit-learn developers, 2023 - Official documentation demonstrating the basic workflow of training and predicting with scikit-learn estimators, a fundamental step in model evaluation.