Skip to main content

Sample code for coding practice

Project description

mle-training-

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 >

Command to create Virtual Enviornemnt:

conda --version conda create --name mle-dev biopython conda activate mle-dev

install the necessary librabries like numpy,pandas , matplotlib and scikit learn

conda install numpy conda install pandas conda install matplotlib

To excute the script

python < scriptname.py > python nonstandardcode.py

Exporting the enviorment

conda export --name MLE-training >env.yml

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

housing_library_5520-0.1.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

housing_library_5520-0.1-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file housing_library_5520-0.1.tar.gz.

File metadata

  • Download URL: housing_library_5520-0.1.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for housing_library_5520-0.1.tar.gz
Algorithm Hash digest
SHA256 21e5bd98c4d3edfc53ecee9b1b82b72c9defa3942bb4f13c8948875d17dd5abe
MD5 0c86d89c2a2e0dfa73122ec98ef46070
BLAKE2b-256 1859c7c6dde5f4dc695836b9007c472f84368a228fa5a63254da503986c5a5b6

See more details on using hashes here.

File details

Details for the file housing_library_5520-0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for housing_library_5520-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e0b49ab35b59cfdab8d762f1a80c63c11c3be829f8be9773fe55e27a27a8f8cd
MD5 b9aab266a3c3e1eb265c473200d5e9a9
BLAKE2b-256 e1bdb98b120e900f28a89f1b414e3c1579a54ae72d0900f5d044c20fb3065041

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