Skip to content

Predict housing price, supervised learning, batch learning, regression task

Notifications You must be signed in to change notification settings

monika-prajapati/CaliforniaHousingPrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

California Housing Price

Assumptions

  • The expected output of this project is a fixed value.

Data StatLib Repository, based on data from the 1990 California Census.

About California Housing Price This is a typical supervised learning task. Since we are going to predict a value of district house price, this is also a regression task. We will load the data only once at the begining of the task, this is also an example of a batch leaning method.

Set up

Requirements

  1. Python (version 3.6)
  2. matplotlib
  3. numpy
  4. pandas
  5. scipy
  6. sklearn
  7. jupyter

References

[1] Aurélien Géron, Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition, 2019, O'Reilly

About

Predict housing price, supervised learning, batch learning, regression task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published