Skip to content

Implemented Multiple Linear Regression using Backward Elimination Method. This code will work for all dependencies of the form y=b0+b1x1+b2x2+b3x3....bnxn

Notifications You must be signed in to change notification settings

iamcrj/Multiple_Linear_Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Multiple_Linear_Regression

Implemented Multiple Linear Regression using Backward Elimination Method. This code will work for all dependencies of the form y=b0+b1x1+b2x2+b3x3....bnxn

About

Implemented Multiple Linear Regression using Backward Elimination Method. This code will work for all dependencies of the form y=b0+b1x1+b2x2+b3x3....bnxn

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages