Skip to content

Basic (Mathematics)implementation of Linear Regression in python(without any ML library) with normalized features for predicting price of houses in city of King County, USA. Using real data from Kaggle.

Notifications You must be signed in to change notification settings

itsrandeep/linear_regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

linear_regression

Basic (Mathematics)implementation of Linear Regression in python(without any ML library) with normalized features for predicting price of houses in city of King County, USA. Using real data from Kaggle.

--

Requirments

  • Python
  • Some Additional Libraries of Python
    • NumPy
    • Pandas

Database Link

https://www.kaggle.com/harlfoxem/housesalesprediction/data

About

Basic (Mathematics)implementation of Linear Regression in python(without any ML library) with normalized features for predicting price of houses in city of King County, USA. Using real data from Kaggle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages