MLE Training Package
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.
To set up the project
-
Clone the repository.
-
Create and activate virtual python development environment. On terminal, run
-
Install the package
-
Verify correct installation
-
Generate Sphinx Documentation
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.
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_pred_mle-0.0.1.tar.gz
(5.9 kB
view hashes)
Built Distribution
Close
Hashes for housing_pred_mle-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f339c0368c39d6eb7b55f0531b1d080f0b708d26556895af59139410e1be4e31 |
|
MD5 | a018405b2f6bd3021b385df30a416cf6 |
|
BLAKE2b-256 | c4a5a44d1d0bb712dc506117327f3537f291fa61d571cc76cc09d9107f821e4c |