What’s the difference between linear regression and logistic regression?

What’s the difference between linear regression and logistic regression? Linear regression is used to predict the continuous dependent variable using a given set of independent variables. Logistic Regression is used to predict the categorical dependent variable using a given set of independent variables. In logistic Regression, we predict the values of categorical variables. What is … Continue reading What’s the difference between linear regression and logistic regression?