Pregunta de entrevista de Genpact

explain any regression model.

Respuesta de la entrevista

Anónimo

18 sep 2018

using the data when we try to predict values, we use regression as one of the method. Regression mathematically calculates error (in a laymen's term). When we build Regression model to predict sales, that's Linear regression. Assumptions: Y variable is normally distributed. Y and X has correlation X & X are independent Data must be cleaned and zero outliers in the data.

14