housing-library-5490


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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "housing-library-5490",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "housing,data training",
    "author": "",
    "author_email": "sathwika <sathwika.vandana@tigeranalutics.com>",
    "download_url": "https://files.pythonhosted.org/packages/2f/55/2779a83f52eff81a3798022158c387951181479528f1bef587874771bc67/housing_library_5490-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\npython < scriptname.py ># mle-training\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Sample code for coding practice",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/chandra8278/mle-training"
    },
    "split_keywords": [
        "housing",
        "data training"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec0799da76d283edbd41716521a36dad3ef7cbed1a7687f6ae5b1d24c82a4544",
                "md5": "40cd439a14c44dec365adc199ae362a4",
                "sha256": "8a1a339e99108b56483d8bd9d3b51618b635bc1e0087df38119bd246e73a0c2f"
            },
            "downloads": -1,
            "filename": "housing_library_5490-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40cd439a14c44dec365adc199ae362a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6399,
            "upload_time": "2023-10-27T09:41:00",
            "upload_time_iso_8601": "2023-10-27T09:41:00.946898Z",
            "url": "https://files.pythonhosted.org/packages/ec/07/99da76d283edbd41716521a36dad3ef7cbed1a7687f6ae5b1d24c82a4544/housing_library_5490-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f552779a83f52eff81a3798022158c387951181479528f1bef587874771bc67",
                "md5": "626dce41b28d36abdf2ac242aeac2ed9",
                "sha256": "550e9c38fd0317caa494fe973b62bbd3e6cbce2093205c6f0f0383e4a095eb66"
            },
            "downloads": -1,
            "filename": "housing_library_5490-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "626dce41b28d36abdf2ac242aeac2ed9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 5483,
            "upload_time": "2023-10-27T09:41:02",
            "upload_time_iso_8601": "2023-10-27T09:41:02.709218Z",
            "url": "https://files.pythonhosted.org/packages/2f/55/2779a83f52eff81a3798022158c387951181479528f1bef587874771bc67/housing_library_5490-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-27 09:41:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chandra8278",
    "github_project": "mle-training",
    "github_not_found": true,
    "lcname": "housing-library-5490"
}
        
Elapsed time: 0.15021s