housing-library-5511


Namehousing-library-5511 JSON
Version 0.1 PyPI version JSON
download
home_page
SummarySample code for coding practice
upload_time2023-10-27 09:45:31
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
# mle-training

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "housing-library-5511",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "housing,data training",
    "author": "",
    "author_email": "Garapati kavya sri <kavya.garapati@tigeranalytics.com>",
    "download_url": "https://files.pythonhosted.org/packages/6f/2e/b25207a7b100c469acbf73af482d6c3e610a2ffc65ef8e56b65d489693f7/housing_library_5511-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\npython3 nonstandard.py\n# mle-training\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Sample code for coding practice",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/kavya-91/mle-training"
    },
    "split_keywords": [
        "housing",
        "data training"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1fe19f7e644732602a591da88be7e89c4f37aa5287c93adcce592a0093358c9",
                "md5": "b3365c844fb3f6ce829105c099b12fee",
                "sha256": "210fc0151b3dec817acc8c4b04e88b10df392f8ec5915c29f19278c928d55f21"
            },
            "downloads": -1,
            "filename": "housing_library_5511-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b3365c844fb3f6ce829105c099b12fee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6394,
            "upload_time": "2023-10-27T09:45:30",
            "upload_time_iso_8601": "2023-10-27T09:45:30.559618Z",
            "url": "https://files.pythonhosted.org/packages/b1/fe/19f7e644732602a591da88be7e89c4f37aa5287c93adcce592a0093358c9/housing_library_5511-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f2eb25207a7b100c469acbf73af482d6c3e610a2ffc65ef8e56b65d489693f7",
                "md5": "2c10b5ba8c54f84c021204430e404ee7",
                "sha256": "2ddca64dadf668636eb2e1aed9609acfb3af8c7c395ef5daa195eee38433f76e"
            },
            "downloads": -1,
            "filename": "housing_library_5511-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2c10b5ba8c54f84c021204430e404ee7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 5485,
            "upload_time": "2023-10-27T09:45:31",
            "upload_time_iso_8601": "2023-10-27T09:45:31.917080Z",
            "url": "https://files.pythonhosted.org/packages/6f/2e/b25207a7b100c469acbf73af482d6c3e610a2ffc65ef8e56b65d489693f7/housing_library_5511-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-27 09:45:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kavya-91",
    "github_project": "mle-training",
    "github_not_found": true,
    "lcname": "housing-library-5511"
}
        
Elapsed time: 0.14257s