housing-library-5515


Namehousing-library-5515 JSON
Version 0.1 PyPI version JSON
download
home_page
SummarySample code for coding practice
upload_time2023-10-30 09:35:48
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://github.com/ageron/handson-ml/blob/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 nonstandardcode.py

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "housing-library-5515",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "housing,data training",
    "author": "",
    "author_email": "Pharshitha5515 <harshitha.poosar@tigeranalytics.com>",
    "download_url": "https://files.pythonhosted.org/packages/cd/62/3621b94717c6c74b64660b99ec9519cbc413358870bbdc0c35349410cc69/housing_library_5515-0.1.tar.gz",
    "platform": null,
    "description": "# Median housing value prediction\n\nThe housing data can be downloaded from https://github.com/ageron/handson-ml/blob/master/. The script has codes to download the data. We have\nmodelled 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 nonstandardcode.py\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Sample code for coding practice",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/pharshitha5515/mle-training"
    },
    "split_keywords": [
        "housing",
        "data training"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01cb3e93c4b6aedece8762ce9f0e12f16cc16e59bb6055a5ca265681d0c05bf1",
                "md5": "ac7d33e8c8afd95fd4875710bf97f466",
                "sha256": "3c01cada2399f5eb555ae0c70858034cbb413328fa8ba684dd4658a48724c964"
            },
            "downloads": -1,
            "filename": "housing_library_5515-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ac7d33e8c8afd95fd4875710bf97f466",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6364,
            "upload_time": "2023-10-30T09:35:46",
            "upload_time_iso_8601": "2023-10-30T09:35:46.440836Z",
            "url": "https://files.pythonhosted.org/packages/01/cb/3e93c4b6aedece8762ce9f0e12f16cc16e59bb6055a5ca265681d0c05bf1/housing_library_5515-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd623621b94717c6c74b64660b99ec9519cbc413358870bbdc0c35349410cc69",
                "md5": "1830eb2e1d45dc0b233d6d1deb167a66",
                "sha256": "a8f05293e81bf00063a71e9f6ac8746ca9b00fd85d78b66dd483eef3bac7622d"
            },
            "downloads": -1,
            "filename": "housing_library_5515-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1830eb2e1d45dc0b233d6d1deb167a66",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 5472,
            "upload_time": "2023-10-30T09:35:48",
            "upload_time_iso_8601": "2023-10-30T09:35:48.138515Z",
            "url": "https://files.pythonhosted.org/packages/cd/62/3621b94717c6c74b64660b99ec9519cbc413358870bbdc0c35349410cc69/housing_library_5515-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 09:35:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pharshitha5515",
    "github_project": "mle-training",
    "github_not_found": true,
    "lcname": "housing-library-5515"
}
        
Elapsed time: 2.37897s