Skip to content

ahmedzaky01/California_house_prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

California-House-Price-Prediction

This is a regression problem to predict california housing prices.

The dataset contains 20640 entries and 10 variables.

  • Longitude
  • Latitude
  • Housing Median Age
  • Total Rooms
  • Total Bedrooms
  • Population
  • Households
  • Median Income
  • Median House Value
  • Ocean Proximity

Median House Value is to be predicted in this problem.

Frame the Problem

The first question to ask is what exactly is the business objective; building a model is probably not the end goal. How does the company expect to use and benefit from this model? This is important because it will determine how you frame the problem, what algorithms you will select, what performance measure you will use to evaluate your model, and how much effort you should spend tweaking it.

Steps needed to do the project

Understand the requirements of the business. Acquire the dataset. Visualize the data to understand it better and develop our intuition. Pre-process the data to make it ready to feed to our ML model. Try various models and train them. Select one that we find best. Fine-tune our model by tuning hyper-parameters Present our solution to the team. Launch, monitor, and maintain our system.

About

End to end machine learning problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published