housing-library-5493


Namehousing-library-5493 JSON
Version 0.1 PyPI version JSON
download
home_page
SummarySample code for coding practice
upload_time2023-10-30 05:15:24
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 < scriptname.py >

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "housing-library-5493",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "housing,data training",
    "author": "",
    "author_email": "Gayathri <gayathri.katta@tigeranalytics.com>",
    "download_url": "https://files.pythonhosted.org/packages/3c/97/9f5798e6f455dcfec119ce4cc1829ed20467256c848ebb5f0bed412ef89d/housing_library_5493-0.1.tar.gz",
    "platform": null,
    "description": "# MLE-training\n\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 < scriptname.py >\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Sample code for coding practice",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/GayathriKatta123/MLE-training"
    },
    "split_keywords": [
        "housing",
        "data training"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ab0b93f775423073d60eadd239f75eeaf1385b7de8e193eed92a0ac18038c40",
                "md5": "fb23a847c5b263c5006ffbc14a892544",
                "sha256": "cbd14df9dcdd76042ea4d791e395f52f749c5a0aff8ab34c8b8ca392529c4726"
            },
            "downloads": -1,
            "filename": "housing_library_5493-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb23a847c5b263c5006ffbc14a892544",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 8503,
            "upload_time": "2023-10-30T05:15:23",
            "upload_time_iso_8601": "2023-10-30T05:15:23.088966Z",
            "url": "https://files.pythonhosted.org/packages/6a/b0/b93f775423073d60eadd239f75eeaf1385b7de8e193eed92a0ac18038c40/housing_library_5493-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c979f5798e6f455dcfec119ce4cc1829ed20467256c848ebb5f0bed412ef89d",
                "md5": "ea6194333f538fe6a0c6d4a07164ba3a",
                "sha256": "54a78b3569bdf695533aaaabc2fed549b4f45bea63f77033c62e6153e1202ba8"
            },
            "downloads": -1,
            "filename": "housing_library_5493-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ea6194333f538fe6a0c6d4a07164ba3a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 6137,
            "upload_time": "2023-10-30T05:15:24",
            "upload_time_iso_8601": "2023-10-30T05:15:24.945892Z",
            "url": "https://files.pythonhosted.org/packages/3c/97/9f5798e6f455dcfec119ce4cc1829ed20467256c848ebb5f0bed412ef89d/housing_library_5493-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 05:15:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GayathriKatta123",
    "github_project": "MLE-training",
    "github_not_found": true,
    "lcname": "housing-library-5493"
}
        
Elapsed time: 2.02708s