# Feature selection for ML workflows
This python package will automate feature selection in ML projects.
In the coming weeks I will add a plethora of information describing the use of the package and the algorithms that are working under the hood.
For now we will settle for a simple Read me to get us started on 0.0.1.
As a general description this package is intended for the use of novice users looking for general feature seleciton in an automated fashion. This will not replace your own featue analysis but can help users make a good first step eliminating redundant features and begin looking for strong signals in their feature columns.
# TODO
[X] python3 -m pip install --upgrade build
[] python3 -m build
[] python3 -m pip install --upgrade twine
[] python3 -m twine upload --repository feature_selection dist/*
- You will be prompted for a username and password. For the username, use __token__.
- For the password, use the token value, including the pypi- prefix.
Raw data
{
"_id": null,
"home_page": "https://github.com/pypa/sampleproject",
"name": "feature-selection-michaelSkaro",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Michael Skaro",
"author_email": "mskaro.ms@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/04/bc/a0a3599ef03b6aad679324a22374d750ee051c8750bcf222594942c627cc/feature-selection-michaelSkaro-0.0.1.tar.gz",
"platform": null,
"description": "# Feature selection for ML workflows\nThis python package will automate feature selection in ML projects.\n\nIn the coming weeks I will add a plethora of information describing the use of the package and the algorithms that are working under the hood.\n\nFor now we will settle for a simple Read me to get us started on 0.0.1. \n\nAs a general description this package is intended for the use of novice users looking for general feature seleciton in an automated fashion. This will not replace your own featue analysis but can help users make a good first step eliminating redundant features and begin looking for strong signals in their feature columns. \n\n# TODO\n[X] python3 -m pip install --upgrade build\n\n[] python3 -m build\n\n[] python3 -m pip install --upgrade twine\n\n[] python3 -m twine upload --repository feature_selection dist/*\n - You will be prompted for a username and password. For the username, use __token__. \n\n - For the password, use the token value, including the pypi- prefix.\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "A python package for automated feature selection",
"version": "0.0.1",
"project_urls": {
"Bug Tracker": "https://github.com/michaelSkaro/feature_selection/issues",
"Homepage": "https://github.com/pypa/sampleproject"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6d6ac93ed2e293fc81e79382c4b3cc848f9a306aa88ad781087e62f3dec0abd7",
"md5": "fb1d97ed9ca08629498e77f36421fbaa",
"sha256": "046fbd76a14e0b597725f1d2b17a34f875dafaed5d4e88186698d2ec28e438f8"
},
"downloads": -1,
"filename": "feature_selection_michaelSkaro-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fb1d97ed9ca08629498e77f36421fbaa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 2771,
"upload_time": "2023-11-04T15:20:51",
"upload_time_iso_8601": "2023-11-04T15:20:51.406034Z",
"url": "https://files.pythonhosted.org/packages/6d/6a/c93ed2e293fc81e79382c4b3cc848f9a306aa88ad781087e62f3dec0abd7/feature_selection_michaelSkaro-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "04bca0a3599ef03b6aad679324a22374d750ee051c8750bcf222594942c627cc",
"md5": "af954c1c5b8cffe9b894e019eaa664e7",
"sha256": "bdbde3e880c5b0cfc49067527aa502e9ccf05d242fac5aa67d142ae10c4d13f9"
},
"downloads": -1,
"filename": "feature-selection-michaelSkaro-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "af954c1c5b8cffe9b894e019eaa664e7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1779,
"upload_time": "2023-11-04T15:20:53",
"upload_time_iso_8601": "2023-11-04T15:20:53.380659Z",
"url": "https://files.pythonhosted.org/packages/04/bc/a0a3599ef03b6aad679324a22374d750ee051c8750bcf222594942c627cc/feature-selection-michaelSkaro-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-04 15:20:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pypa",
"github_project": "sampleproject",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "feature-selection-michaelskaro"
}