A scikit-learn compatible python/cython implementation of the GMD algorithm.
Project description
Scikit-learn Greedy Maximum Deviation (GMD) Algorithm
This project provides a scikit-learn compatible python implementation of the algorithm presented in [Trittenbach2018] together with some usage examples and a reproduction of the results from the paper.
Recent approaches in outlier detection seperate the subspace search from the actual outlier detection and run the outlier detection algorithm on a projection of the original feature space. See [Keller2012]. As a result the detection algorithm (Local Outlier Factor is used in the paper) does not suffer from the curse of dimensionality.
Refer to the documentation to see usage examples.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gmd-0.0.1.tar.gz
.
File metadata
- Download URL: gmd-0.0.1.tar.gz
- Upload date:
- Size: 93.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5b8e462a9c04f854000bb035cb26ab6da403dcf97a8132fa2fa9c44c7106ab2 |
|
MD5 | 016d579651efa78852448d5b7cd7b380 |
|
BLAKE2b-256 | d9e5ee500be4414287bec48d9d04b35b09df94df567e104e8d8c4eaf6c1cca75 |