Skip to content

Predicting USA house / real estate prices using Linear Regression (via scikit-learn)

Notifications You must be signed in to change notification settings

ranitdey/Predicting-House-Prices-using-scikit-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Predicting-House-Prices-using-scikit-learn

Predicting USA house / real estate prices using Linear Regression (via scikit-learn)

Approach:

  • load Pandas DataFrame containing housing data retrieved.
  • do some simple data exploration / visualisation
  • remove non-numeric data.
  • split the data in train and test sets (+ normalise independent variables where required)
  • fit the model
  • evaluate estimator performance

Packages required

Scatter plot - Predicted prices vs. True price

alt text

Note

The data set I have used is virtually created and is not actual. So the prices may not reflect as real.

About

Predicting USA house / real estate prices using Linear Regression (via scikit-learn)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published