InterviewSolution
Saved Bookmarks
| 1. |
What is Linear Regression? What are some of the major drawbacks of the linear model? |
|
Answer» Linear regression is a TECHNIQUE in which the score of a variable Y is predicted using the score of a PREDICTOR variable X. Y is called the criterion variable. Some of the drawbacks of Linear Regression are as follows:
|
|