What is the difference between linear regression and logistic regression?

后端 未结 15 1374
一向
一向 2020-12-02 03:32

When we have to predict the value of a categorical (or discrete) outcome we use logistic regression. I believe we use linear regression to also predict the value of an outco

15条回答
  •  孤城傲影
    2020-12-02 04:00

    The basic difference between Linear Regression and Logistic Regression is : Linear Regression is used to predict a continuous or numerical value but when we are looking for predicting a value that is categorical Logistic Regression come into picture.

    Logistic Regression is used for binary classification.

提交回复
热议问题