housing-library-5510


Namehousing-library-5510 JSON
Version 0.1 PyPI version JSON
download
home_page
SummarySample code for coding practice
upload_time2023-10-30 11:48:38
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 excute the script
python nonStandardCode.py

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "housing-library-5510",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "housing,data training",
    "author": "",
    "author_email": "ParameshwariS-tiger <parameswari.sund@tigeranalytics.com>",
    "download_url": "https://files.pythonhosted.org/packages/e8/6d/2a0209631871cbe197d7042bbfe5f827605bf532ed6cd36c312832f560c3/housing_library_5510-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 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/ParameshwariS-tiger/mle-training/"
    },
    "split_keywords": [
        "housing",
        "data training"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04a10d2058efc74ec2c9f120f3344f227852fb77d96aa6fcc2b824834d8bb5aa",
                "md5": "1827610601928e2f9717d1c02737ecf3",
                "sha256": "c6d542405cadd6d9d1c1ab39264884a161c6716e44869d7b9f72b89fc371df9d"
            },
            "downloads": -1,
            "filename": "housing_library_5510-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1827610601928e2f9717d1c02737ecf3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 8636,
            "upload_time": "2023-10-30T11:48:36",
            "upload_time_iso_8601": "2023-10-30T11:48:36.403789Z",
            "url": "https://files.pythonhosted.org/packages/04/a1/0d2058efc74ec2c9f120f3344f227852fb77d96aa6fcc2b824834d8bb5aa/housing_library_5510-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e86d2a0209631871cbe197d7042bbfe5f827605bf532ed6cd36c312832f560c3",
                "md5": "0155a3ecd906780f4fa14b3f4745a7d8",
                "sha256": "7bcfa1be9801d550650ac83dc585b9dc395b0e238cc5e8cff18391067f0fced4"
            },
            "downloads": -1,
            "filename": "housing_library_5510-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0155a3ecd906780f4fa14b3f4745a7d8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 6216,
            "upload_time": "2023-10-30T11:48:38",
            "upload_time_iso_8601": "2023-10-30T11:48:38.471486Z",
            "url": "https://files.pythonhosted.org/packages/e8/6d/2a0209631871cbe197d7042bbfe5f827605bf532ed6cd36c312832f560c3/housing_library_5510-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 11:48:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ParameshwariS-tiger",
    "github_project": "mle-training",
    "github_not_found": true,
    "lcname": "housing-library-5510"
}
        
Elapsed time: 2.63917s