Datasets:
Tasks:
Tabular Classification
Modalities:
Tabular
Formats:
parquet
Size:
1K - 10K
Tags:
anomaly-detection
time-series
time-series-classification
server-monitoring
cybersecurity
benchmark
License:
| { | |
| "name": "server_metrics", | |
| "features": [ | |
| "cpu", | |
| "memory", | |
| "disk_io", | |
| "network", | |
| "errors" | |
| ], | |
| "n_train": 500, | |
| "n_test": 100, | |
| "n_anomalies": 15, | |
| "anomaly_types": [ | |
| "cpu_spike", | |
| "mem_leak", | |
| "disk_sat", | |
| "net_flood" | |
| ], | |
| "seed": 42 | |
| } |