2018
DOI: 10.21105/joss.00845
|View full text |Cite
|
Sign up to set email alerts
|

PyNomaly: Anomaly detection using Local Outlier Probabilities (LoOP).

Abstract: Authors of papers retain copyright and release the work under a Creative Commons Attribution 4.0 International License (CC-BY).

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
7
0

Year Published

2019
2019
2024
2024

Publication Types

Select...
4
4
1

Relationship

0
9

Authors

Journals

citations
Cited by 12 publications
(7 citation statements)
references
References 3 publications
0
7
0
Order By: Relevance
“…To run the experiments conducted in this study, the Python Scikit-learn (version 0.23.0) implementations of OC-SVM and IF were used [56]. The Python library PyNomaly (version 0.3.3) was used for the implementation of the LoOP algorithm [57]. Finally, we implemented our own autoencoder with the Python library Keras (https://keras.io/, online accessed 8 December 2020) (version 2.3.0).…”
Section: Outlier Detection Algorithmsmentioning
confidence: 99%
“…To run the experiments conducted in this study, the Python Scikit-learn (version 0.23.0) implementations of OC-SVM and IF were used [56]. The Python library PyNomaly (version 0.3.3) was used for the implementation of the LoOP algorithm [57]. Finally, we implemented our own autoencoder with the Python library Keras (https://keras.io/, online accessed 8 December 2020) (version 2.3.0).…”
Section: Outlier Detection Algorithmsmentioning
confidence: 99%
“…To help approach these problems, established outlier detection packages exist in various programming languages such as ELKI Data Mining (Achtert et al, 2010) and RapidMiner (Hofmann and Klinkenberg, 2013) in Java and outliers (Komsta and Komsta, 2011) in R. However, Python, one of the most important languages in machine learning, still lacks a dedicated toolkit for outlier detection. Existing implementations either stand as single (Constantinou, 2018) or exist as part of a general-purpose framework like scikit-learn (Pedregosa et al, 2011) which does not cater specifically to anomaly detection. To fill this gap, we propose and implement PyOD-a comprehensive Python toolbox for scalable outlier detection.…”
Section: Introductionmentioning
confidence: 99%
“…LOF has a quadratic time complexity while all the tree-based methods demonstrate linear trends. LoOP is not included in this test because we use the PyNomaly [7] Python implementation while other methods are implemented in Matlab. LoOP is expected to have similar run time as LOF.…”
Section: Scale-up Testmentioning
confidence: 99%