Name | housingLibrary-5508 JSON |
Version |
0.1
JSON |
| download |
home_page | |
Summary | Sample code for coding practice |
upload_time | 2024-01-11 18:02:41 |
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.
##Packaging python code and test it using score.py
>> python -m build (Create a .tgz and .whl files of our project for the packing)
>> twine upload dist.* (Upload our packaging files to the pypi to make it globally accesable to all users)
-> Inorder to do upload the files to pypi we need to create an account in the pypi and generate and token.
## How to install the package and import the methods
1. Install the package name = housing-library-5512==0.1
>> pip install housing-library-5512==0.1
2. In code file use these statements to import the required methods.
>> from src import fetch_housing_data, load_housing_data
## Testing with sample code for the package
-> We tested it by running score.py file to test the package
Raw data
{
"_id": null,
"home_page": "",
"name": "housingLibrary-5508",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "housing,data training",
"author": "",
"author_email": "Viswas <viswas.kodati@tigeranalytics.com>",
"download_url": "https://files.pythonhosted.org/packages/36/55/c11da416c7bca9024d0e3bcb941b5b9d6f3557c76606189cd03ffee08249/housingLibrary_5508-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 ##Packaging python code and test it using score.py\n >> python -m build (Create a .tgz and .whl files of our project for the packing)\n >> twine upload dist.* (Upload our packaging files to the pypi to make it globally accesable to all users)\n -> Inorder to do upload the files to pypi we need to create an account in the pypi and generate and token.\n\n## How to install the package and import the methods\n1. Install the package name = housing-library-5512==0.1 \n >> pip install housing-library-5512==0.1\n2. In code file use these statements to import the required methods.\n >> from src import fetch_housing_data, load_housing_data\n\n## Testing with sample code for the package\n-> We tested it by running score.py file to test the package\n",
"bugtrack_url": null,
"license": "",
"summary": "Sample code for coding practice",
"version": "0.1",
"project_urls": {
"Homepage": "https://github.com/viswas-tiger/mle-training"
},
"split_keywords": [
"housing",
"data training"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b2930f41a81804725fd1cb082368017cbffb96af6157d38ce5bc7ed328924273",
"md5": "55423483bb178e3e064ba00e694b5422",
"sha256": "31a1652f34964b5ab24db7fc590796c348606e360f40c71ac8a7fa90b9580b7d"
},
"downloads": -1,
"filename": "housingLibrary_5508-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "55423483bb178e3e064ba00e694b5422",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 6644,
"upload_time": "2024-01-11T18:02:39",
"upload_time_iso_8601": "2024-01-11T18:02:39.763190Z",
"url": "https://files.pythonhosted.org/packages/b2/93/0f41a81804725fd1cb082368017cbffb96af6157d38ce5bc7ed328924273/housingLibrary_5508-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3655c11da416c7bca9024d0e3bcb941b5b9d6f3557c76606189cd03ffee08249",
"md5": "4dc25f80f7e47be3c7b4544e1fb096d7",
"sha256": "44c2638fb90d3703ccaf029677031947fa77b8b9b9627c18429505d22c3a302b"
},
"downloads": -1,
"filename": "housingLibrary_5508-0.1.tar.gz",
"has_sig": false,
"md5_digest": "4dc25f80f7e47be3c7b4544e1fb096d7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 6208,
"upload_time": "2024-01-11T18:02:41",
"upload_time_iso_8601": "2024-01-11T18:02:41.873256Z",
"url": "https://files.pythonhosted.org/packages/36/55/c11da416c7bca9024d0e3bcb941b5b9d6f3557c76606189cd03ffee08249/housingLibrary_5508-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-11 18:02:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "viswas-tiger",
"github_project": "mle-training",
"github_not_found": true,
"lcname": "housinglibrary-5508"
}