sklearn.linear_model: Generalized Linear Models, scikit-learn developers, 2023 - This official documentation details the scikit-learn library's implementation of linear models, including Linear and Logistic Regression, Ridge, and Lasso, with API references and examples.
An Introduction to Statistical Learning: with Applications in R, Gareth James, Daniela Witten, Trevor Hastie, Rob Tibshirani, 2013 (Springer) - An accessible textbook providing an introduction to linear and logistic regression, covering underlying concepts, assumptions, and practical applications.