Bosch Interview Question

Difference between linear and log regression

Interview Answer

Anonymous

Jul 12, 2022

Linear regression is used for predicting the continuous dependent variable using a given set of independent features whereas Logistic Regression is used to predict the categorical. Linear regression is used to solve regression problems (i.e. price forecasting) whereas logistic regression is used to solve classification problems.