Metrics for unsupervised anomaly detection models
Project description
EMMV
Implementation of EM/MV metrics based on N. Goix et al.
This is a means of evaluating anomaly detection models without anomaly labels
Installation
pip install emmv
Example Use
from emmv import emmv_scores
test_scores = emmv_scores(model, features)
- Where 'model' is your trained scikit-learn, PyOD, or PyCaret model
- Where 'features' is a 2D DataFrame of features (the X matrix)
Example resulting object:
{
"em": 0.77586,
"mv": 0.25367
}
If you are using models without a built-in decision_function (e.g. Keras or ADTK models), then you need to specify an anomaly scoring function. Please see examples in the examples folder.
Running Examples
pip install .
python ./examples/sklearn_example.py
Interpreting scores
- The best model should have the highest Excess Mass score
- The best model should have the lowest Mass Volume score
- Probably easiest to just use one of the metrics
- Extreme values are possible
Contact
Please feel free to get in touch at christian.oleary@mtu.ie
Citation
@Misc{emmv,
author = {Christian O'Leary},
title = {EMMV library},
howpublished = {\url{https://pypi.org/project/emmv/}},
year = {2021--2021}
}
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
emmv-0.0.4.tar.gz
(3.6 kB
view details)
Built Distribution
emmv-0.0.4-py3-none-any.whl
(4.0 kB
view details)
File details
Details for the file emmv-0.0.4.tar.gz
.
File metadata
- Download URL: emmv-0.0.4.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 464e1c41613364400f586dc89cd1f97e3a8f4d22f7cd78bdba6a6f5a98739ab7 |
|
MD5 | 52055156559a3b9d432d37f7477c30ac |
|
BLAKE2b-256 | 371f2e9f578680b98196e3aef716e78a63e66cc4b9f39c32563afa7effadce35 |
File details
Details for the file emmv-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: emmv-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33d1f28b2db8bf6e74dc7a0e6a000926f4ce53f9a1e0df7a5d8eceba01c889b3 |
|
MD5 | 2dae683a23ec0e0811e586884794fcd8 |
|
BLAKE2b-256 | a3a2158beee1f8ad2e2bc7283271f55129e63039efe12bc8e86939ffd0c6bbcc |