Datasets:
Tasks:
Tabular Classification
Modalities:
Tabular
Formats:
parquet
Size:
1K - 10K
Tags:
anomaly-detection
time-series
time-series-classification
server-monitoring
cybersecurity
benchmark
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,14 +24,13 @@ head-to-head comparisons between WaveGuard and traditional methods.
|
|
| 24 |
|
| 25 |
## Benchmark Comparisons (`benchmark_results/`)
|
| 26 |
|
| 27 |
-
WaveGuard vs. IsolationForest, LOF, and OneClassSVM across
|
| 28 |
|
| 29 |
-
**Summary: WaveGuard ranked #1 on 11 of
|
| 30 |
|
| 31 |
| Dataset | WaveGuard | IsolationForest | LOF | OneClassSVM | Winner |
|
| 32 |
|---------|:---------:|:---------------:|:---:|:-----------:|:------:|
|
| 33 |
| Credit Card Fraud* | **0.653** | 0.607 | 0.601 | 0.472 | WaveGuard |
|
| 34 |
-
| Phishing URLs* | 0.379 | 0.643 | **0.719** | 0.705 | LOF |
|
| 35 |
| Network Intrusion* | **0.598** | 0.252 | 0.232 | 0.546 | WaveGuard-L1 |
|
| 36 |
| Crypto Fraud | **1.000** | 0.933 | 0.946 | 0.897 | WaveGuard |
|
| 37 |
| Prompt Injection | **0.976** | 0.952 | 0.976 | 0.889 | WaveGuard |
|
|
|
|
| 24 |
|
| 25 |
## Benchmark Comparisons (`benchmark_results/`)
|
| 26 |
|
| 27 |
+
WaveGuard vs. IsolationForest, LOF, and OneClassSVM across 12 datasets.
|
| 28 |
|
| 29 |
+
**Summary: WaveGuard ranked #1 on 11 of 12 datasets by F1 score.**
|
| 30 |
|
| 31 |
| Dataset | WaveGuard | IsolationForest | LOF | OneClassSVM | Winner |
|
| 32 |
|---------|:---------:|:---------------:|:---:|:-----------:|:------:|
|
| 33 |
| Credit Card Fraud* | **0.653** | 0.607 | 0.601 | 0.472 | WaveGuard |
|
|
|
|
| 34 |
| Network Intrusion* | **0.598** | 0.252 | 0.232 | 0.546 | WaveGuard-L1 |
|
| 35 |
| Crypto Fraud | **1.000** | 0.933 | 0.946 | 0.897 | WaveGuard |
|
| 36 |
| Prompt Injection | **0.976** | 0.952 | 0.976 | 0.889 | WaveGuard |
|