Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

emmv-0.0.4-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page