Skip to content

Regression algorithms to predict the median house prices in California districts

Notifications You must be signed in to change notification settings

imane-ayouni/California-Housing-Price-Predictions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

California-Housing-Price-Predictions

Problem Objective

The project aims at building a model of housing prices to predict median house values in California using the provided dataset. This model should learn from the data and be able to predict the median housing price in any district, given all the other metrics.

Districts or block groups are the smallest geographical units for which the US Census Bureau publishes sample data (a block group typically has a population of 600 to 3,000 people). There are 20,640 districts in the project dataset.

Data Source

https://www.kaggle.com/aakashjoshi123/o-reilly-solution-with-my-observations-notebook/data

Steps followed

  • Exploratory data analysis
  • Feature engineering
  • Applying ML algorithms:
    • Linear Regression
    • Decision Tree Regressor
    • Random Forest Regressor
    • XGBoost Regressor
  • Conclusion

Evaluation matrices

  • MSE
  • RMSE
  • MAE

Releases

No releases published

Packages

No packages published