An open API service indexing awesome lists of open source software.

https://github.com/oliverhennhoefer/cross-conformal-anomaly-detection

Reproducible experiments conducted in the paper 'Uncertainty Quantification in Anomaly Detection with Cross-Conformal p-Values'.
https://github.com/oliverhennhoefer/cross-conformal-anomaly-detection

anomaly-detection benjamini-hochberg conformal-anomaly-detection conformal-inference conformal-prediction cross-conformal false-discovery-rate uncertainty-estimation uncertainty-quantification

Last synced: 3 months ago
JSON representation

Reproducible experiments conducted in the paper 'Uncertainty Quantification in Anomaly Detection with Cross-Conformal p-Values'.

Awesome Lists containing this project

README

          

# Cross-Conformal Anomaly Detection
Supplementary code for the paper ['Uncertainty Quantification in Anomaly Detection with (Cross-)Conformal *p*-Values'](https://arxiv.org/pdf/2402.16388.pdf)

## Uncertainty Quantification in Anomaly Detection
The provided code defines an experimental evaluation setup for comparing the classical *inductive conformal* (or *split-conformal*) approach for anomaly detection to *cross-conformal* methods as derived from *(cross-)conformal prediction*.

## Setup
- Run with `Python 3.12 (>=3.9)`
- Install `requirements.txt` (`pip install -r requirements.txt`)

## Contact
Ask questions, report bugs: oliver.hennhoefer@h-ka.de

## Conformal Inference
To learn more about conformal inference, check out the [**awesome conformal prediction**](https://github.com/valeman/awesome-conformal-prediction) repository.