Complete Linear Regression for Machine learning:

Keerti Prajapati
Analytics Vidhya
Published in
7 min readApr 30, 2020

--

Introduction to linear regression:

  • Linear Regression is Machine learning algorithm based on supervised learning.
  • In regression there are two types of variables i.e, Dependent and independent variables.
  • The dependent variable is also known as target variable which we try to predict, and the independent variables, also known as explanatory variables.
  • The independent variables are shown conventionally by x; and the dependent variable is notated by y.

--

--