An open API service indexing awesome lists of open source software.

https://github.com/icekhan13/anomaly-detection-libs

Simple libraries for anomaly (outlier) detection
https://github.com/icekhan13/anomaly-detection-libs

anomaly-detection clustering kmeans ldcof outlier-detection python unsupervised-learning

Last synced: about 1 year ago
JSON representation

Simple libraries for anomaly (outlier) detection

Awesome Lists containing this project

README

          

Unsupervised anomaly detection libs
===================================

[![CircleCI](https://circleci.com/gh/IceKhan13/anomaly-detection-libs/tree/master.svg?style=svg)](https://circleci.com/gh/IceKhan13/anomaly-detection-libs/tree/master)

Available algorithms:
- [ ] kNN
- [ ] kthNN
- [x] LOF (is available in scikit-learn package)
- [ ] COF
- [ ] INFLO
- [ ] LoOP
- [ ] LOCI
- [ ] aLOCI
- [ ] CBLOF
- [ ] uCBLOF
- [x] LDCOF
- [ ] CMGOS
- [ ] HBOS
- [ ] rPCA
- [ ] CMGOS
- [x] One-class SVM (is available in scikit-learn package)

@author Iskandar Sitdikov