Skip to content

pyod tools in Anomaly Detection Meta-Analysis Benchmarks

Notifications You must be signed in to change notification settings

spades10/Anomaly-Detection

Repository files navigation

Outlier analysis and anomaly detection

Using pyod tools to detect outlier in anomaly detection benchmarks

Dataset

Anomaly Detection Meta-Analysis Benchmarks

Tools

Python Outlier Detection (PyOD)

Usage

you can simply clone this repository and run

jupyter notebook outlier_det_imgseg.ipynb/outlier_det_wine.ipynb

Results

imgseg results

There are imgseg/wine results, more detail can be found at results folder and jupyter notebook.

This is sample result, PCA+KNN performs best(roc 0.87) and PCA performs worst(roc 0.57)
sample_result
This is all benchmarks result, KNN and LOF performs well in low anomaly rate but badly in high anomaly. On the contrast, PCA and LODA are more robust.
all_result

wine results

This is sample result, also, PCA+KNN performs best(roc 0.87).
sample_result
This is all benchmarks result, the trend of results of all models is consistent.
all_result

About

pyod tools in Anomaly Detection Meta-Analysis Benchmarks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published