logistic regression

Description: Logistic regression models the probability of a binary outcome using a logistic function. It outputs probabilities and classifies instances by setting a threshold (usually 0.5).

Key Points:

Applications: Email spam detection, disease diagnosis, credit scoring.

Characteristics

A logistic regression model uses the following two-step architecture:

Like any regression model, a logistic regression model predicts a number. However, this number typically becomes part of a binary classification model as follows: