Pergunta de entrevista da empresa Google

He asked me about the difference between logistic and linear regression.

Respostas da entrevista

Sigiloso

27 de fev. de 2019

Linear Regression is used when our response is qualitative and logistic regression is used when our response is qualitative. Logistic Regression applied a sigmoid function to our OLS model and bounds the output range to (0,1). In linear regression, we use the residual sum of squares as the minimization function whereas in Logistic we maximize the maximum likelihood function.

Sigiloso

27 de fev. de 2019

*Linear is used when the response is quantitative.