Datasets:
Tasks:
Tabular Classification
Modalities:
Tabular
Formats:
parquet
Size:
1K - 10K
Tags:
anomaly-detection
time-series
time-series-classification
server-monitoring
cybersecurity
benchmark
License:
File size: 299 Bytes
ebb783a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"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
} |