InterviewSolution
Saved Bookmarks
| 1. |
________ is an incredibly powerful tool for analyzing data.(a) Linear regression(b) Logistic regression(c) Gradient Descent(d) Greedy algorithmsThe question was posed to me in an international level competition.My question is taken from Linear Regression in section Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» CORRECT answer is (a) LINEAR regression Easy explanation: Linear regression is an incredibly powerful tool for ANALYSING data. we’ll focus on FINDING one of the simplest type of RELATIONSHIP: linear. This process is unsurprisingly called linear regression, and it has many applications. |
|