Skip to content

This is a Python Simple Linear Regression project that takes in an excel spreadsheet with 2 continuous variables, one independent and the other dependent, and it'll split the data into training and test data on 80/20 ratio. We use the training data to create a model then we use the test data to calculate the Mean Square Error of the model.

Notifications You must be signed in to change notification settings

TshilidziMphelo/Simple-Linear-Regression-Python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

About

This is a Python Simple Linear Regression project that takes in an excel spreadsheet with 2 continuous variables, one independent and the other dependent, and it'll split the data into training and test data on 80/20 ratio. We use the training data to create a model then we use the test data to calculate the Mean Square Error of the model.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages