Name | housing-library-5514 JSON |
Version |
0.2
JSON |
| download |
home_page | |
Summary | Sample code for coding practice |
upload_time | 2023-12-20 11:32:55 |
maintainer | |
docs_url | None |
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 >
# README File
Raw data
{
"_id": null,
"home_page": "",
"name": "housing-library-5514",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "housing,data training",
"author": "",
"author_email": "AKSIRIVARSHITHA <kumari.ainampudi@tigeranalytics.com>",
"download_url": "https://files.pythonhosted.org/packages/7f/49/2532798985d982aaf92c9415ab0e64effe205d672738c93d50fb7b11defe/housing_library_5514-0.2.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 >\n# README File\n",
"bugtrack_url": null,
"license": "",
"summary": "Sample code for coding practice",
"version": "0.2",
"project_urls": {
"Homepage": "https://github.com/chandra8278/mle-training"
},
"split_keywords": [
"housing",
"data training"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ef701efcb377721463f44f0c0cf8e1bc3866923144bba53c13b184cba1d696ba",
"md5": "b1a4ef8d49cf53bebdb8e3404a3da2df",
"sha256": "e2632cc919567e8caf3daf7457dfbfc3247f49fb866bd976c31b0168bea0f98f"
},
"downloads": -1,
"filename": "housing_library_5514-0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b1a4ef8d49cf53bebdb8e3404a3da2df",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 8409,
"upload_time": "2023-12-20T11:32:53",
"upload_time_iso_8601": "2023-12-20T11:32:53.798274Z",
"url": "https://files.pythonhosted.org/packages/ef/70/1efcb377721463f44f0c0cf8e1bc3866923144bba53c13b184cba1d696ba/housing_library_5514-0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7f492532798985d982aaf92c9415ab0e64effe205d672738c93d50fb7b11defe",
"md5": "619e7059fe02ea9685ffd11960f04ba1",
"sha256": "6e47ba1504176d1ca50b0927d9ad58d32935f6bc36ff2fc013707084168a81eb"
},
"downloads": -1,
"filename": "housing_library_5514-0.2.tar.gz",
"has_sig": false,
"md5_digest": "619e7059fe02ea9685ffd11960f04ba1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 6095,
"upload_time": "2023-12-20T11:32:55",
"upload_time_iso_8601": "2023-12-20T11:32:55.653736Z",
"url": "https://files.pythonhosted.org/packages/7f/49/2532798985d982aaf92c9415ab0e64effe205d672738c93d50fb7b11defe/housing_library_5514-0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-20 11:32:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "chandra8278",
"github_project": "mle-training",
"github_not_found": true,
"lcname": "housing-library-5514"
}