Benchmarks ========== Latest ADBench (2022) --------------------- We just released a 45-page, the most comprehensive `ADBench: Anomaly Detection Benchmark `_ [#Han2022ADBench]_. The fully `open-sourced ADBench `_ compares 30 anomaly detection algorithms on 57 benchmark datasets. The organization of **ADBench** is provided below: .. image:: https://github.com/Minqi824/ADBench/blob/main/figs/ADBench.png?raw=true :target: https://github.com/Minqi824/ADBench/blob/main/figs/ADBench.png?raw=true :alt: benchmark-fig For a simpler visualization, we make **the comparison of selected models** via `compare_all_models.py `_\. .. image:: https://github.com/yzhao062/pyod/blob/development/examples/ALL.png?raw=true :target: https://github.com/yzhao062/pyod/blob/development/examples/ALL.png?raw=true :alt: Comparison_of_All Old Results (2019) ------------------ A benchmark is supplied for select algorithms to provide an overview of the implemented models. In total, 17 benchmark datasets are used for comparison, which can be downloaded at `ODDS `_. For each dataset, it is first split into 60% for training and 40% for testing. All experiments are repeated 10 times independently with random splits. The mean of 10 trials is regarded as the final result. Three evaluation metrics are provided: - The area under receiver operating characteristic (ROC) curve - Precision @ rank n (P@N) - Execution time You could replicate this process by running `benchmark.py `_. We also provide the hardware specification for reference. =============== ======================================= Specification Value =============== ======================================= Platform PC OS Microsoft Windows 10 Enterprise CPU Intel i7-6820HQ @ 2.70GHz RAM 32GB Software PyCharm 2018.02 Python Python 3.6.2 Core Single core (no parallelization) =============== ======================================= ROC Performance --------------- .. csv-table:: ROC Performances (average of 10 independent trials) :file: tables/roc.csv :header-rows: 1 P@N Performance --------------- .. csv-table:: Precision @ N Performances (average of 10 independent trials) :file: tables/prc.csv :header-rows: 1 Execution Time -------------- .. csv-table:: Time Elapsed in Seconds (average of 10 independent trials) :file: tables/time.csv :header-rows: 1