An Introduction to Statistical Learning: With Applications in R, Gareth James, Daniela Witten, Trevor Hastie, and Robert Tibshirani, 2021 (Springer) - Provides a detailed treatment of linear regression, logistic regression, and regularization techniques.
MLJ.jl Documentation, Anthony Blaom, Logan Kilpatrick, David Josephs, 2025 (JuliaAI) - The official documentation for the MLJ.jl framework, which explains its workflow, data handling, and model composition.
MLJLinearModels.jl Documentation, Anthony F. X. Nolan and others, 2023 - Official documentation for linear models implemented in MLJLinearModels.jl, including LinearRegressor and LogisticClassifier.