Modelling 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
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
housing-0.3.tar.gz
(8.8 MB
view details)
Built Distribution
housing-0.3-py3-none-any.whl
(7.5 kB
view details)
File details
Details for the file housing-0.3.tar.gz
.
File metadata
- Download URL: housing-0.3.tar.gz
- Upload date:
- Size: 8.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b3571bcbf5e233b9105102fd3e39ec2c2d15ad3b29b17fd7673da7290ede34d |
|
MD5 | 12d167b038f928dd1dd3bb3d791a0105 |
|
BLAKE2b-256 | 274a1ab8116ebf1ed5a287e5d68753f2e22f9803bac7849e67fa5d015eac5fbb |
File details
Details for the file housing-0.3-py3-none-any.whl
.
File metadata
- Download URL: housing-0.3-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12206c8534531e38290ca464a2971fbb9c96e762cd2ff59ae31d8fe10b92369c |
|
MD5 | 9eafdc19ff373342f4325c831902161d |
|
BLAKE2b-256 | 7a586500c454f82000a6c3b401a95367b5c5a7a514e760cb217933a874073735 |