Is logistic regression a linear classifier?
Jessica Wood
Updated on January 12, 2026
Logistic regression is neither linear nor is it a classifier. The idea of a "decision boundary" has little to do with logistic regression, which is instead a direct probability estimation method that separates predictions from decision.
Is linear classification logistic regression?
Logistic regression is known and used as a linear classifier. It is used to come up with a hyperplane in feature space to separate observations that belong to a class from all the other observations that do not belong to that class. The decision boundary is thus linear.What type of classifier is logistic regression?
Logistic regression is a supervised learning classification algorithm used to predict the probability of a target variable. The nature of target or dependent variable is dichotomous, which means there would be only two possible classes.Is linear regression same as linear classifier?
Classification vs RegressionClassification is the task of predicting a discrete class label. Regression is the task of predicting a continuous quantity.