Which algorithm is commonly used for linear regression?
Practice Questions
1 question
Q1
Which algorithm is commonly used for linear regression?
K-Nearest Neighbors
Support Vector Machines
Ordinary Least Squares
Decision Trees
Ordinary Least Squares (OLS) is a method used to estimate the parameters in linear regression by minimizing the sum of the squares of the residuals.
Questions & Step-by-step Solutions
1 item
Q
Q: Which algorithm is commonly used for linear regression?
Solution: Ordinary Least Squares (OLS) is a method used to estimate the parameters in linear regression by minimizing the sum of the squares of the residuals.