Models & Architectures · Level 2 of 5
Logistic Regression
A classification model using a linear score transformed into a probability.
Despite its name, binary logistic regression is typically used for classification.
Example
A linear score passes through a sigmoid to estimate event probability.
Listen to the definition and example
Audio transcript
Logistic Regression. A classification model using a linear score transformed into a probability. Despite its name, binary logistic regression is typically used for classification. For example: A linear score passes through a sigmoid to estimate event probability.
Explore this concept
Why it matters
This helps you distinguish a model’s structural assumptions from its learned parameter values.
Start with
Quick recall question
Try answering before looking back at the definition.