Name | housing-library-5512 JSON |
Version |
0.1
JSON |
| download |
home_page | |
Summary | Sample code for coding practice |
upload_time | 2023-10-26 10:48:13 |
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.
|
#This change is for the Pull request
# 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-5512",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "housing,data training",
"author": "",
"author_email": "Chandra Sekhar <chandra.lella@tigeranalytics.com>",
"download_url": "https://files.pythonhosted.org/packages/b0/93/08680d9d8b75ece9913cb11e9cf291f823242893deef382dbfe7d31ff095/housing_library_5512-0.1.tar.gz",
"platform": null,
"description": "#This change is for the Pull request\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/chandra8278/mle-training"
},
"split_keywords": [
"housing",
"data training"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "14bf5f15614a612d269cd2cc92c618dcc4a7a16f9455550f04ff49489dfe6639",
"md5": "71718a4a8b965bf522ad1fe273fddd9f",
"sha256": "118bdf7ee8541f29ad2c1a0a32eb26fdda436d83b87e3ba617337626b87c56e9"
},
"downloads": -1,
"filename": "housing_library_5512-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "71718a4a8b965bf522ad1fe273fddd9f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 8561,
"upload_time": "2023-10-26T10:48:11",
"upload_time_iso_8601": "2023-10-26T10:48:11.144365Z",
"url": "https://files.pythonhosted.org/packages/14/bf/5f15614a612d269cd2cc92c618dcc4a7a16f9455550f04ff49489dfe6639/housing_library_5512-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b09308680d9d8b75ece9913cb11e9cf291f823242893deef382dbfe7d31ff095",
"md5": "9f8c74da4d10b24eedbcfd51dbb993f0",
"sha256": "3efb0c6729880ad59462381cc089414b266baee2cd9dfc0c54162a274bbd7989"
},
"downloads": -1,
"filename": "housing_library_5512-0.1.tar.gz",
"has_sig": false,
"md5_digest": "9f8c74da4d10b24eedbcfd51dbb993f0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 6172,
"upload_time": "2023-10-26T10:48:13",
"upload_time_iso_8601": "2023-10-26T10:48:13.364988Z",
"url": "https://files.pythonhosted.org/packages/b0/93/08680d9d8b75ece9913cb11e9cf291f823242893deef382dbfe7d31ff095/housing_library_5512-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-26 10:48:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "chandra8278",
"github_project": "mle-training",
"github_not_found": true,
"lcname": "housing-library-5512"
}