Skip to content

Predicting California Housing Prices using Decision Tree Regressor

Notifications You must be signed in to change notification settings

salim-benhamadi/predicting-house-prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Brief Description

In this notbook we I am going to work on California Housing Prices dataset from the StatLib. This dataset was based on data from the 1990 California census. It is not exactly recent, but it has many qualities for learning, This data has metrics such as the population, median income, median housing price, and so on for each block group in California. My model learns from this data and is able to predict the median housing price in any block, given all the other metrics.

🛠 Tech stuck

  • Numpy
  • Pandas
  • matplotlib
  • seaborn
  • sklearn
  • missingno
  • DecisionTreeRegressor

Releases

No releases published

Packages

No packages published