Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.61 KB

algorithms.md

File metadata and controls

31 lines (24 loc) · 1.61 KB

Algorithm Overview

The following tables summarize the advised use cases for the current algorithms. Please consult the method specific pages for a more detailed breakdown of each method. The column Feature Level indicates whether the outlier scoring and detection can be done and returned at the feature level, e.g. per pixel for an image.

Outlier Detection

|Detector|Tabular|Image|Time Series|Text|Categorical Features|Online|Feature Level| |---|---|---|---|---| |Isolation Forest|✔|✘|✘|✘|✔|✘|✘| |Mahalanobis Distance|✔|✘|✘|✘|✔|✔|✘| |AE|✔|✔|✘|✘|✘|✘|✔| |VAE|✔|✔|✘|✘|✘|✘|✔| |AEGMM|✔|✔|✘|✘|✘|✘|✘| |VAEGMM|✔|✔|✘|✘|✘|✘|✘| |Likelihood Ratios|✔|✔|✔|✘|✔|✘|✔| |Prophet|✘|✘|✔|✘|✘|✘|✘| |Spectral Residual|✘|✘|✔|✘|✘|✔|✔| |Seq2Seq|✘|✘|✔|✘|✘|✘|✔|

Adversarial Detection

|Detector|Tabular|Image|Time Series|Text|Categorical Features|Online|Feature Level| |---|---|---|---|---| |Adversarial AE|✔|✔|✘|✘|✘|✘|✘|

Drift Detection

|Detector|Tabular|Image|Time Series|Text|Categorical Features|Online|Feature Level| |---|---|---|---|---| |Kolmogorov-Smirnov|✔|✔|✘|✔|✔|✔|✔| |Maximum Mean Discrepancy|✔|✔|✘|✔|✔|✘|✘|