What is a Generalized Linear Model?
A Generalized Linear Model (GLM) extends linear regression by relating a linear combination of features to the mean of a response through a link function, covering Gaussian, Bernoulli, Poisson, and other families.
GLMs remain a baseline for interpretable predictive modeling.
Authority: Wikipedia: Generalized linear model