The Problem It Solves


Logistic Regression is used when the outcome is a category rather than a number.

Most commonly, it's used for binary classification, where the answer is either Yes or No, True or False, or 1 or 0.

Typical business problems include:

Will a customer churn?
Is this transaction fraudulent?
Will a customer click an ad?
Will a...