housing-library-5506


Namehousing-library-5506 JSON
Version 0.1 PyPI version JSON
download
home_page
SummarySample code for coding practice
upload_time2023-10-31 09:43:04
maintainer
docs_urlNone
author
requires_python>=3.11
license
keywords housing data training
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```
python3 nonstandard.py
```
## Command to create environment from env.yml file 
```
conda env create -f env.yml
```
## Command to activate the environment
```
conda activate mle-dev
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "housing-library-5506",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "housing,data training",
    "author": "",
    "author_email": "vemani-vutlapalli <vemani.vutlapall@tigeranalytics.com>",
    "download_url": "https://files.pythonhosted.org/packages/e7/c0/02c11a18e9b8585338d4866d160ff039f9fb4a7fa7f800c9b0ea990f1905/housing_library_5506-0.1.tar.gz",
    "platform": null,
    "description": "# Median housing value prediction\n\nThe 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. \n\nThe following techniques have been used: \n\n - Linear regression\n - Decision Tree\n - Random Forest\n\n## Steps performed\n - We prepare and clean the data. We check and impute for missing values.\n - Features are generated and the variables are checked for correlation.\n - Multiple sampling techinuqies are evaluated. The data set is split into train and test.\n - All the above said modelling techniques are tried and evaluated. The final metric used to evaluate is mean squared error.\n\n## To excute the script\n```\npython3 nonstandard.py\n```\n## Command to create environment from env.yml file \n```\nconda env create -f env.yml\n```\n## Command to activate the environment\n```\nconda activate mle-dev\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Sample code for coding practice",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/vemani5506/mle-training.git"
    },
    "split_keywords": [
        "housing",
        "data training"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7fac62ac576bf57af8f4f9e32b0b4da935ef5d98e589d63e469b981ff4a6bcd",
                "md5": "a25725a25828da186caf5ef92d2255bc",
                "sha256": "33e4d880d495df3635512b6e4b00bf42fd0fb2bd3308157231858f6a67276947"
            },
            "downloads": -1,
            "filename": "housing_library_5506-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a25725a25828da186caf5ef92d2255bc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6626,
            "upload_time": "2023-10-31T09:43:02",
            "upload_time_iso_8601": "2023-10-31T09:43:02.469461Z",
            "url": "https://files.pythonhosted.org/packages/c7/fa/c62ac576bf57af8f4f9e32b0b4da935ef5d98e589d63e469b981ff4a6bcd/housing_library_5506-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7c002c11a18e9b8585338d4866d160ff039f9fb4a7fa7f800c9b0ea990f1905",
                "md5": "d3201a772f9ecd102f217a9ca5667ef1",
                "sha256": "e1c0796009962d7a3f3016b25b36bfbf37a5fd8ba4ee9fb9c72b0c229c3c642a"
            },
            "downloads": -1,
            "filename": "housing_library_5506-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d3201a772f9ecd102f217a9ca5667ef1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 5788,
            "upload_time": "2023-10-31T09:43:04",
            "upload_time_iso_8601": "2023-10-31T09:43:04.428401Z",
            "url": "https://files.pythonhosted.org/packages/e7/c0/02c11a18e9b8585338d4866d160ff039f9fb4a7fa7f800c9b0ea990f1905/housing_library_5506-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-31 09:43:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vemani5506",
    "github_project": "mle-training",
    "github_not_found": true,
    "lcname": "housing-library-5506"
}
        
Elapsed time: 4.71982s