Skip to content

Commit 21687f1

Browse files
author
Ekin Tiras
authored
Merge pull request #60 from vc1492a/pynomaly_users_readme_update
small readme.md tweaks
2 parents d881246 + c08c893 commit 21687f1

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

readme.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
PyNomaly is a Python 3 implementation of LoOP (Local Outlier Probabilities).
44
LoOP is a local density based outlier detection method by Kriegel, Kröger, Schubert, and Zimek which provides outlier
5-
scores in the range of [0,1] that are directly interpretable as the probability of a sample being an outlier.
5+
scores in the range of [0,1] that are directly interpretable as the probability of a sample being an outlier.
6+
7+
PyNomaly is a core library of [deepchecks](https://github.com/deepchecks/deepchecks) and [pysad](https://github.com/selimfirat/pysad).
68

79
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
810
[![PyPi](https://img.shields.io/badge/pypi-0.3.3-blue.svg)](https://pypi.python.org/pypi/PyNomaly/0.3.3)
@@ -29,24 +31,14 @@ The authors' 2009 paper detailing LoOP's theory, formulation, and application is
2931
Ludwig-Maximilians University Munich - Institute for Informatics;
3032
[LoOP: Local Outlier Probabilities](http://www.dbs.ifi.lmu.de/Publikationen/Papers/LoOP1649.pdf).
3133

32-
## PyNomaly Seeks Maintainers! :sparkles:
33-
34-
Love using PyNomaly? Want to develop your open source software (OSS) experience and credentials?
35-
36-
PyNomaly is looking for maintainers! PyNomaly doesn't need much on a day to day basis, but needs some attention.
37-
38-
On the flip side, the sky is the limit... Have you seen [Mojo](https://docs.modular.com/mojo/notebooks/Matmul.html) and what it can do with matrix multiplication? Would definitely speed things up.
39-
40-
Interested? Send an email to [vc1492a@gmail.com](vc1492a@gmail.com).
41-
4234
## Implementation
4335

4436
This Python 3 implementation uses Numpy and the formulas outlined in
4537
[LoOP: Local Outlier Probabilities](http://www.dbs.ifi.lmu.de/Publikationen/Papers/LoOP1649.pdf)
4638
to calculate the Local Outlier Probability of each sample.
4739

4840
## Dependencies
49-
- Python 3.5 - 3.8
41+
- Python 3.6 - 3.12
5042
- numpy >= 1.16.3
5143
- python-utils >= 2.3.0
5244
- (optional) numba >= 0.45.1

0 commit comments

Comments
 (0)