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
Release files for housing-prediction-devaraj-saravana 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| housing_prediction_devaraj_saravana-0.0.1.tar.gz | 7.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| housing_prediction_devaraj_saravana-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.7 kB
Release files / housing_prediction_devaraj_saravana-0.0.1.tar.gz
| Download URL | housing_prediction_devaraj_saravana-0.0.1.tar.gz |
|---|---|
| Size | 7.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
975534ea4a2934c8792a7a99fd5f2dbfa574595e088325197c67b2c7b8ecfd95
|
|
BLAKE2b-256 checksum How to use checksums |
4d38ca860d45acecc96f61dc614d4469ec6008d6ecdd20a9ae69d2a537fd70fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.12
|
Release files / housing_prediction_devaraj_saravana-0.0.1-py3-none-any.whl
| Download URL | housing_prediction_devaraj_saravana-0.0.1-py3-none-any.whl |
|---|---|
| Size | 8.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fbf6e2b9d884c9c6e9ea5d5c0a2f75419be6ee361a3f7fd942bc4bccf5580a52
|
|
BLAKE2b-256 checksum How to use checksums |
bc646245f6f437a467270216162ad8bcaa599aa508d4009ca417af88fcd4b28a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.12
|