Question

What is Linear Regression?

Updated on August 15, 2025 | By Learnzy Admin | πŸ‘οΈ Views: 114 students

Solution
βœ” Verified

Linear regression is a supervised machine learning algorithm that models the relationship between a dependent variable (target) and one or more independent variables (features) by fitting a straight line that minimizes the difference between predicted and actual values.

Was this solution helpful? 37
Click here to download practice questions on Linear Regression

More Questions on Linear Regression

Question 1

What is Multiple Linear Regression (MLR)


View solution
Question 2

Simple Linear Regression β€” Predicting Salary from Experience


View solution
Question 3

How do you measure the accuracy of a linear regression model?


View solution
Question 4

What is the difference between simple and multiple linear regression?


View solution