Minqi824 / ADBench

Official Implement of "ADBench: Anomaly Detection Benchmark", NeurIPS 2022.
BSD 2-Clause "Simplified" License
853 stars 134 forks source link

New semi-supervised setting (normal samples for training) #16

Open vicliv opened 1 year ago

vicliv commented 1 year ago

Added the semi-supervised setting with normal samples only for training, which is popular for comparing some methods (ICL, DROCC, GOAD). Added a parameter to select the maximum size of the dataset (it was originally fixed at 10,000). This is useful to compare methods on the larger datasets (it might advantage the deep learning methods). These changes are backward compatible.