This package contains code to build multiple models to predict the house price
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
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. The final metric used to evaluate is mean squared error.
To excute the script
python < scriptname.py >
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for housing_price_prediction_nitish-0.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1b494b7ee3e5d54713179e538c97bef1cb2afc9f3f50ccace44c9f297f62174 |
|
MD5 | 26e9fe876e5db63335b01b088dd11677 |
|
BLAKE2b-256 | 3b0e750c3296b196d46736bebd4cb492ad9a69b9a1310d7cc6cf7b1ecda7e3af |
Close
Hashes for housing_price_prediction_nitish-0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dc70041ad89f1d7e1a8dc594d9e3c26227847514a87110c3c8d91873363329c |
|
MD5 | 78c65bdd7e8059d5edff3e7d2d3ffd86 |
|
BLAKE2b-256 | c05b9ba627e897b555c805b39ea97ffea46bd006ac1aa7104eac27be9c8f0e12 |