Logistic Regression

What is Logistic Regression?

Logistic regression is a classification algorithm used to predict the probability of a binary outcome (e.g., spam vs. not spam).

Where did the term "Logistic Regression" come from?

Despite the name, it is used for classification, not regression.

How is "Logistic Regression" used today?

A baseline model for detailed classification tasks.

Related Terms