housing-library-5495


Namehousing-library-5495 JSON
Version 0.1 PyPI version JSON
download
home_page
SummarySample code for coding practice
upload_time2023-10-30 06:05:16
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.
            # 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 Create a conda environment from new_env.yml file
```env_from_yml
conda env create -f new_env.yml
```

## To activate the created environment
```
conda activate mle-dev
```
## To excute the script
```shell
python nonstandardcode.py
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "housing-library-5495",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "housing,data training",
    "author": "",
    "author_email": "heam koppisetti <heam.koppisetti@tigeranalutics.com>",
    "download_url": "https://files.pythonhosted.org/packages/1f/68/8bfdd0ef39859af6036d3741ec0c8dd8ae05c9fd713def5227bb171d71c9/housing_library_5495-0.1.tar.gz",
    "platform": null,
    "description": "# mle-training\n# 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 Create a conda environment from new_env.yml file\n```env_from_yml\nconda env create -f new_env.yml\n```\n\n## To activate the created environment\n```\nconda activate mle-dev\n```\n## To excute the script\n```shell\npython nonstandardcode.py\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Sample code for coding practice",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/heamkoppisetti/mle-training"
    },
    "split_keywords": [
        "housing",
        "data training"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ae4777245dad6bd2b65fea5ca55bffc29fc4d06cd6897e36807752779f747ac",
                "md5": "780cd98bfbd504f5d7e9df16d3208a53",
                "sha256": "14d46856e1db29497367fce26799764d9560c64c88da6c6b1f7667816ee2042b"
            },
            "downloads": -1,
            "filename": "housing_library_5495-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "780cd98bfbd504f5d7e9df16d3208a53",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6379,
            "upload_time": "2023-10-30T06:05:14",
            "upload_time_iso_8601": "2023-10-30T06:05:14.564569Z",
            "url": "https://files.pythonhosted.org/packages/2a/e4/777245dad6bd2b65fea5ca55bffc29fc4d06cd6897e36807752779f747ac/housing_library_5495-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f688bfdd0ef39859af6036d3741ec0c8dd8ae05c9fd713def5227bb171d71c9",
                "md5": "92401c5ba5f0bf151eaa9666f424af1b",
                "sha256": "02039ba2d1bb9239e2ae9dec09f004296bb33f3949df4cd9b44e16f41f29bdbf"
            },
            "downloads": -1,
            "filename": "housing_library_5495-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "92401c5ba5f0bf151eaa9666f424af1b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 5467,
            "upload_time": "2023-10-30T06:05:16",
            "upload_time_iso_8601": "2023-10-30T06:05:16.516055Z",
            "url": "https://files.pythonhosted.org/packages/1f/68/8bfdd0ef39859af6036d3741ec0c8dd8ae05c9fd713def5227bb171d71c9/housing_library_5495-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 06:05:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "heamkoppisetti",
    "github_project": "mle-training",
    "github_not_found": true,
    "lcname": "housing-library-5495"
}
        
Elapsed time: 1.98203s