Name | housing-library-5492 JSON |
Version |
0.1
JSON |
| download |
home_page | |
Summary | Sample code for coding practice |
upload_time | 2023-10-30 06:07:06 |
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 ># mle-training
mle-training
Raw data
{
"_id": null,
"home_page": "",
"name": "housing-library-5492",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "housing,data training",
"author": "",
"author_email": "harshitha-nelapo <harshitha.nelapo@tigeranalytics.com>",
"download_url": "https://files.pythonhosted.org/packages/e7/10/1b21d3e429fb52ef0039226d3befa225f15e1d769b2ddcdfa89319f8f773/housing_library_5492-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\nmle-training\n",
"bugtrack_url": null,
"license": "",
"summary": "Sample code for coding practice",
"version": "0.1",
"project_urls": {
"Homepage": "https://github.com/harshitha-nelapo/mle-training.git"
},
"split_keywords": [
"housing",
"data training"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "eee709893a0f7c476faaa91c2143bf6fc676f8eec2b1736031a2d15085e1876e",
"md5": "0432a4d7f63870f7808d492757b4fb76",
"sha256": "adb1f4f52e12ba71aee8fac31b9a452f530d4de26790a1086af0b46935d5650a"
},
"downloads": -1,
"filename": "housing_library_5492-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0432a4d7f63870f7808d492757b4fb76",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 6825,
"upload_time": "2023-10-30T06:07:04",
"upload_time_iso_8601": "2023-10-30T06:07:04.417798Z",
"url": "https://files.pythonhosted.org/packages/ee/e7/09893a0f7c476faaa91c2143bf6fc676f8eec2b1736031a2d15085e1876e/housing_library_5492-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e7101b21d3e429fb52ef0039226d3befa225f15e1d769b2ddcdfa89319f8f773",
"md5": "99186588b5c7e88bb6c11016ab115804",
"sha256": "067f88821e2631b2831a13a68a742a72adddf8b246b545715a287cb04cc1e2b7"
},
"downloads": -1,
"filename": "housing_library_5492-0.1.tar.gz",
"has_sig": false,
"md5_digest": "99186588b5c7e88bb6c11016ab115804",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 5619,
"upload_time": "2023-10-30T06:07:06",
"upload_time_iso_8601": "2023-10-30T06:07:06.308530Z",
"url": "https://files.pythonhosted.org/packages/e7/10/1b21d3e429fb52ef0039226d3befa225f15e1d769b2ddcdfa89319f8f773/housing_library_5492-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-30 06:07:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "harshitha-nelapo",
"github_project": "mle-training",
"github_not_found": true,
"lcname": "housing-library-5492"
}