Skip to content

KoushikRaghav/Multiple-Linear-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

y = b0 + b1x1 + b2x2 + ....+ bn*xn

R Square --> To find the accuracy score of the predicted data and test data

R^2 = 1 - (Sum of residuals / Sum of mean)

Sum of mean should always greater than Sum of residuals.

About

y = b0 + b1x1 + b2x2 + ....+ bn*xn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages