{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. -*- mode: rst -*-\n\n|Travis|_ |AppVeyor|_ |Codecov|_ |CircleCI|_ |ReadTheDocs|_\n\n.. |Travis| image:: https://travis-ci.com/FlopsKa/gmd.svg?branch=master\n.. _Travis: https://travis-ci.com/FlopsKa/gmd\n\n.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/84j8gekk5ob3i28d/branch/master?svg=true\n.. _AppVeyor: https://ci.appveyor.com/project/FlopsKa/gmd/\n\n.. |Codecov| image:: https://codecov.io/gh/FlopsKa/gmd/branch/master/graph/badge.svg\n.. _Codecov: https://codecov.io/gh/FlopsKa/gmd\n\n.. |CircleCI| image:: https://circleci.com/gh/FlopsKa/gmd.svg?style=shield&circle-token=:circle-token\n.. _CircleCI: https://circleci.com/gh/FlopsKa/gmd/tree/master\n\n.. |ReadTheDocs| image:: https://readthedocs.org/projects/gmd/badge/?version=latest\n.. _ReadTheDocs: https://gmd.readthedocs.io/en/latest/?badge=latest\n\nScikit-learn Greedy Maximum Deviation (GMD) Algorithm\n=====================================================\n\n.. _scikit-learn: https://scikit-learn.org\n\nThis project provides a `scikit-learn`_ compatible python implementation of the\nalgorithm presented in [`Trittenbach2018`_] together with some usage examples\nand a reproduction of the results from the paper.\n\nRecent approaches in outlier detection seperate the subspace search from the\nactual outlier detection and run the outlier detection algorithm on a\nprojection of the original feature space. See [`Keller2012`_]. As a result the\ndetection algorithm (Local Outlier Factor is used in the paper) does not suffer\nfrom the curse of dimensionality.\n\n\n.. _Trittenbach2018: https://link.springer.com/article/10.1007/s41060-018-0137-7\n.. _Keller2012: https://ieeexplore.ieee.org/document/6228154\n\n.. _documentation: https://gmd.readthedocs.io/en/latest/\n\nRefer to the documentation_ to see usage examples.", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/FlopsKa/gmd", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/FlopsKa/gmd", "keywords": "", "license": "MIT", "maintainer": "Florian Kalinke", "maintainer_email": "flops.ka@gmail.com", "name": "gmd", "package_url": "https://pypi.org/project/gmd/", "platform": "", "project_url": "https://pypi.org/project/gmd/", "project_urls": { "Download": "https://github.com/FlopsKa/gmd", "Homepage": "https://github.com/FlopsKa/gmd" }, "release_url": "https://pypi.org/project/gmd/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A scikit-learn compatible python/cython implementation of the GMD algorithm.", "version": "0.0.1" }, "last_serial": 5104512, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "016d579651efa78852448d5b7cd7b380", "sha256": "c5b8e462a9c04f854000bb035cb26ab6da403dcf97a8132fa2fa9c44c7106ab2" }, "downloads": -1, "filename": "gmd-0.0.1.tar.gz", "has_sig": false, "md5_digest": "016d579651efa78852448d5b7cd7b380", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93537, "upload_time": "2019-04-05T16:22:50", "url": "https://files.pythonhosted.org/packages/d9/e5/ee500be4414287bec48d9d04b35b09df94df567e104e8d8c4eaf6c1cca75/gmd-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "016d579651efa78852448d5b7cd7b380", "sha256": "c5b8e462a9c04f854000bb035cb26ab6da403dcf97a8132fa2fa9c44c7106ab2" }, "downloads": -1, "filename": "gmd-0.0.1.tar.gz", "has_sig": false, "md5_digest": "016d579651efa78852448d5b7cd7b380", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93537, "upload_time": "2019-04-05T16:22:50", "url": "https://files.pythonhosted.org/packages/d9/e5/ee500be4414287bec48d9d04b35b09df94df567e104e8d8c4eaf6c1cca75/gmd-0.0.1.tar.gz" } ] }