Skip to content

AShirsat96/Univariate_Linear_Regression_SKLEARN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Univariate_Linear_Regression_SKLEARN

Univariate Linear Regression using sklearn on Diabetes Dataset

Univariate Linear Regression uses one dependent variable and one independent variable.

Dependent Variable - This is the variable that is going to be predicted.

Independent Variable - This is the data that is being used in order to make the prediction.

Univariate Linear Regression Formula

y = mx + c

y - dependent variable

x - independent variable (It is a single variable for univariate linear regression but for multivariate Linear regression there could be many x1,x2,x3 etc)

c - this is a constant

About

Univariate Linear Regression using sklearn on Diabetes Dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages