housing-library-5507


Namehousing-library-5507 JSON
Version 0.2 PyPI version JSON
download
home_page
SummarySample code for coding practice
upload_time2023-12-20 10:26:14
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
python < scriptname.py >

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "housing-library-5507",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "housing,data training",
    "author": "",
    "author_email": "5507lohithareddy <lohitha.reddy@tigeranalytics.com>",
    "download_url": "https://files.pythonhosted.org/packages/24/f6/3189db449f8338e8c02ae9022118c8454083b057b94aed2ec41fed860041/housing_library_5507-0.2.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\npython < scriptname.py >\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Sample code for coding practice",
    "version": "0.2",
    "project_urls": {
        "Homepage": "https://github.com/5507lohithareddy/mle-training"
    },
    "split_keywords": [
        "housing",
        "data training"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86d3824002c4f487386590dae538b990c765ef7dd5b2e4fa8cb5d47beaa90486",
                "md5": "730ff3890da997b67ec9ea75a05660bd",
                "sha256": "0a6d616ef56ccbe42523823aa57e8509c44481d1c8fe309697dc5907c8efdcca"
            },
            "downloads": -1,
            "filename": "housing_library_5507-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "730ff3890da997b67ec9ea75a05660bd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 8591,
            "upload_time": "2023-12-20T10:26:12",
            "upload_time_iso_8601": "2023-12-20T10:26:12.759896Z",
            "url": "https://files.pythonhosted.org/packages/86/d3/824002c4f487386590dae538b990c765ef7dd5b2e4fa8cb5d47beaa90486/housing_library_5507-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24f63189db449f8338e8c02ae9022118c8454083b057b94aed2ec41fed860041",
                "md5": "e302558f1061657adb8a55eb7ea11926",
                "sha256": "884640982d71e8927c72c73f8470b0b2cb75526901f1a364f70f9379119926d2"
            },
            "downloads": -1,
            "filename": "housing_library_5507-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e302558f1061657adb8a55eb7ea11926",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 6671,
            "upload_time": "2023-12-20T10:26:14",
            "upload_time_iso_8601": "2023-12-20T10:26:14.203448Z",
            "url": "https://files.pythonhosted.org/packages/24/f6/3189db449f8338e8c02ae9022118c8454083b057b94aed2ec41fed860041/housing_library_5507-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-20 10:26:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "5507lohithareddy",
    "github_project": "mle-training",
    "github_not_found": true,
    "lcname": "housing-library-5507"
}
        
Elapsed time: 1.62479s