You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,24 +31,14 @@ The authors' 2009 paper detailing LoOP's theory, formulation, and application is
29
31
Ludwig-Maximilians University Munich - Institute for Informatics;
30
32
[LoOP: Local Outlier Probabilities](http://www.dbs.ifi.lmu.de/Publikationen/Papers/LoOP1649.pdf).
31
33
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
-
42
34
## Implementation
43
35
44
36
This Python 3 implementation uses Numpy and the formulas outlined in
45
37
[LoOP: Local Outlier Probabilities](http://www.dbs.ifi.lmu.de/Publikationen/Papers/LoOP1649.pdf)
46
38
to calculate the Local Outlier Probability of each sample.
0 commit comments