Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 512 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 512 Bytes

Predicting-House-prices

Predicting house prices using Linear Regression

This project applies basic machine learning concepts on Ames Housing dataset to predict the selling price of a new home.

Software and Libraries

This project uses the following software and Python libraries:

  • Python
  • NumPy
  • pandas
  • matplotlib
  • scikit-learn

The tutorial and write up for the code can be found here https://medium.com/africa-creates/predicting-house-prices-using-linear-regression-fe699d091e04

Thank you