{ "info": { "author": "Randal S. Olson", "author_email": "rso@randalolson.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Utilities" ], "description": "This package contains implementations of the ReliefF family of feature selection algorithms: https://en.wikipedia.org/wiki/Relief_(feature_selection)\n\nThese algorithms excel at identifying features that are predictive of the outcome in supervised learning problems, and are especially good at identifying feature interactions that are normally overlooked by standard feature selection algorithms.\n\nThe main benefit of ReliefF algorithms is that they identify feature interactions without having to exhaustively check every pairwise interaction, thus taking significantly less time than exhaustive pairwise search.\n\nReliefF algorithms are commonly applied to genetic analyses, where epistasis (i.e., feature interactions) is common. However, the algorithms implemented in this package can be applied to any supervised classification data set.\n\nContact\n=============\nIf you have any questions or comments about ReliefF, please feel free to contact me via:\n\nE-mail: rso@randalolson.com\n\nor Twitter: https://twitter.com/randal_olson\n\nThis project is hosted at https://github.com/rhiever/ReliefF", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rhiever/ReliefF", "keywords": "feature selection,feature preprocessing,machine learning,data science,supervised classification,feature importance,epistasis,genetic analysis", "license": "License :: OSI Approved :: MIT License", "maintainer": null, "maintainer_email": null, "name": "ReliefF", "package_url": "https://pypi.org/project/ReliefF/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ReliefF/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rhiever/ReliefF" }, "release_url": "https://pypi.org/project/ReliefF/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "ReliefF feature selection algorithms", "version": "0.1.2" }, "last_serial": 3349145, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6c6941a8f4fc785f90778f36f0783f10", "sha256": "2e636b1753bebec114a01ad5eed34e4f2e2b2e38cfe88ed1eb23326df19c2419" }, "downloads": -1, "filename": "ReliefF-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6c6941a8f4fc785f90778f36f0783f10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5480, "upload_time": "2016-03-18T03:46:53", "url": "https://files.pythonhosted.org/packages/c9/5a/e146dfaf9b786fcbad3694a2446e459eef078617b25f6748aa23937cf969/ReliefF-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "292aeda3ae25fcf1ae073380e07cf7de", "sha256": "5004b756b3297a4c56b70ce4d742924ae0f0c81e59b5befcda2797e4a7ce2ee5" }, "downloads": -1, "filename": "ReliefF-0.1.1.tar.gz", "has_sig": false, "md5_digest": "292aeda3ae25fcf1ae073380e07cf7de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5464, "upload_time": "2016-03-18T04:03:33", "url": "https://files.pythonhosted.org/packages/05/dd/e3273214d2e59bc5e55b9fefe06307ba916cfaf95627eb121fec306abb35/ReliefF-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "e029673fcabc71c3e503f2a84f913f1b", "sha256": "9ef17e244777026e3befb06ccebeda612d257cc551072a800fee1c008bd0f7ab" }, "downloads": -1, "filename": "ReliefF-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e029673fcabc71c3e503f2a84f913f1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48147, "upload_time": "2016-03-20T12:34:17", "url": "https://files.pythonhosted.org/packages/98/f1/3d8bb05c448b3ed5e6a436166344b3aafa71848de8f5ee2595489627fc5c/ReliefF-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e029673fcabc71c3e503f2a84f913f1b", "sha256": "9ef17e244777026e3befb06ccebeda612d257cc551072a800fee1c008bd0f7ab" }, "downloads": -1, "filename": "ReliefF-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e029673fcabc71c3e503f2a84f913f1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48147, "upload_time": "2016-03-20T12:34:17", "url": "https://files.pythonhosted.org/packages/98/f1/3d8bb05c448b3ed5e6a436166344b3aafa71848de8f5ee2595489627fc5c/ReliefF-0.1.2.tar.gz" } ] }