Upload anomaly_detection dataset
Browse files
anomaly_detection/anomaly_detection.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
anomaly_detection/anomaly_detection_processed.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
anomaly_detection/metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_id": "anomaly_detection",
|
| 3 |
+
"processed_at": "2025-08-24T04:16:34.424551",
|
| 4 |
+
"samples": 25000,
|
| 5 |
+
"features": [
|
| 6 |
+
"timestamp",
|
| 7 |
+
"event_id",
|
| 8 |
+
"user",
|
| 9 |
+
"action",
|
| 10 |
+
"resource",
|
| 11 |
+
"status",
|
| 12 |
+
"anomaly_score"
|
| 13 |
+
],
|
| 14 |
+
"type": "anomaly",
|
| 15 |
+
"file_path": "..\\datasets\\anomaly_detection\\anomaly_detection_processed.csv"
|
| 16 |
+
}
|