emergentphysicslab commited on
Commit
2db3993
·
verified ·
1 Parent(s): 101f4e5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,12 +26,12 @@ head-to-head comparisons between WaveGuard and traditional methods.
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 |
37
  | Phish Guard | **0.976** | 0.905 | 0.952 | 0.816 | WaveGuard |
 
26
 
27
  WaveGuard vs. IsolationForest, LOF, and OneClassSVM across 12 datasets.
28
 
29
+ **Summary: WaveGuard ranked #1 on all 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 |
35
  | Crypto Fraud | **1.000** | 0.933 | 0.946 | 0.897 | WaveGuard |
36
  | Prompt Injection | **0.976** | 0.952 | 0.976 | 0.889 | WaveGuard |
37
  | Phish Guard | **0.976** | 0.905 | 0.952 | 0.816 | WaveGuard |