housing-assignment2.1-5505


Namehousing-assignment2.1-5505 JSON
Version 0.1 PyPI version JSON
download
home_page
SummarySample code for coding practice
upload_time2023-10-27 09:44:21
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 nonstandardcode.py

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "housing-assignment2.1-5505",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "housing,data training",
    "author": "",
    "author_email": "Vemuri Harshitha <harshitha.vemuri@tigeranalytics.com>",
    "download_url": "https://files.pythonhosted.org/packages/2c/5a/7c1eaca2df1c2e8b105e7044021533cb8fe65ccca975a25fa42dc31e09e2/housing_assignment2.1_5505-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 nonstandardcode.py\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Sample code for coding practice",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/Vemuri-5505/mle-training"
    },
    "split_keywords": [
        "housing",
        "data training"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "342762789c768114cf73b38286df23afe2dc5ea3ae1d262a29583dea5288ad67",
                "md5": "1c49055167120303b4d17c1a0b60d120",
                "sha256": "cd7ca1bc9eacebf3abc3e51079c66e066807d69ba6aea73a7eca8536d7c6139e"
            },
            "downloads": -1,
            "filename": "housing_assignment2.1_5505-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c49055167120303b4d17c1a0b60d120",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6460,
            "upload_time": "2023-10-27T09:44:19",
            "upload_time_iso_8601": "2023-10-27T09:44:19.817798Z",
            "url": "https://files.pythonhosted.org/packages/34/27/62789c768114cf73b38286df23afe2dc5ea3ae1d262a29583dea5288ad67/housing_assignment2.1_5505-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c5a7c1eaca2df1c2e8b105e7044021533cb8fe65ccca975a25fa42dc31e09e2",
                "md5": "f6ac8170f60bb4eb84877b6b8d78e8cd",
                "sha256": "3a92d4f04e120485e945a5618ebebc30204ea15f3049d06a3973cad2c13676ec"
            },
            "downloads": -1,
            "filename": "housing_assignment2.1_5505-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f6ac8170f60bb4eb84877b6b8d78e8cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 5570,
            "upload_time": "2023-10-27T09:44:21",
            "upload_time_iso_8601": "2023-10-27T09:44:21.554383Z",
            "url": "https://files.pythonhosted.org/packages/2c/5a/7c1eaca2df1c2e8b105e7044021533cb8fe65ccca975a25fa42dc31e09e2/housing_assignment2.1_5505-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-27 09:44:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Vemuri-5505",
    "github_project": "mle-training",
    "github_not_found": true,
    "lcname": "housing-assignment2.1-5505"
}
        
Elapsed time: 0.12365s