Skip to main content

california's housing price prediction

Project description

Median housing value prediction

The housing data can be downloaded from https://raw.githubusercontent.com/ageron/handson-ml/master/. The script has codes to download the data. We have modelled the median house value on given housing data.

The following techniques have been used:

  • Linear regression
  • Decision Tree
  • Random Forest with RandomizedSearchCV
  • Random Forest with GridSearchCV

Steps performed

  • We prepare and clean the data. We check and impute for missing values.
  • Features are generated and the variables are checked for correlation.
  • Multiple sampling techinuqies are evaluated. The data set is split into train and test.
  • All the above said modelling techniques are tried and evaluated.
  • Mean squared error, Root mean squaerd error, Mean absolute error metrics are used to evaluate the model

To excute the script's

There are three scripts need to run for evaluating the model

$ python ingest_data.py -p raw

you can run this script with specifying where you want to place the downloaded data and also with default arguments

$ python train.py -x housing_prepared.csv -y housing_labes.csv

you can run this script with specifying dependent and independent variables and also with no argument passed

$ python score.py -m final_model.pkl -d test_set.csv

you can run this script with specifying which ML model want to use and with what dataset to score metrics

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file housing_price_predictor_devaraj_saravana-0.0.1.tar.gz.

File metadata

File hashes

Hashes for housing_price_predictor_devaraj_saravana-0.0.1.tar.gz
Algorithm Hash digest
SHA256 34f7ce2e9c1dcd73b102f261a9b03de9539ea3589d33c11446016c7bce83cc4a
MD5 8919bbb0da82619b23fd523c92a3c531
BLAKE2b-256 27791464286244792e67230f423db65ffc8437c7003f8b7c0818a95b373fc42e

See more details on using hashes here.

File details

Details for the file housing_price_predictor_devaraj_saravana-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for housing_price_predictor_devaraj_saravana-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2a999ffb93fc15b581ac273ef148443ec8a7eebe337d7a366980f764a3331163
MD5 a6e8c24bb5ec2a2580ba35e583da1050
BLAKE2b-256 58d05a29c54016e8db311c1567f3f6a99679c2f19eb0b2dd268a0a9d4ecf7c8d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page