Datasets:
Tasks:
Tabular Classification
Modalities:
Tabular
Sub-tasks:
tabular-multi-class-classification
Languages:
English
Size:
1M<n<10M
Tags:
anomaly-detection
continual-learning
continual-anomaly-detection
network-intrusion-detection
cybersecurity
tabular
License:
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- data.csv +3 -0
- orderings.json +66 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
data.csv filter=lfs diff=lfs merge=lfs -text
|
data.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77dba7262d9adfe721b473c2f56dfd08368c9ce5f322a1ab507c8d2c673b6df5
|
| 3 |
+
size 637314991
|
orderings.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"source": "data.csv",
|
| 3 |
+
"task_id_column": "task_name",
|
| 4 |
+
"orderings": [
|
| 5 |
+
{
|
| 6 |
+
"name": "curriculum_asc",
|
| 7 |
+
"task_sequence": [
|
| 8 |
+
"cicunsw_4",
|
| 9 |
+
"cicunsw_1",
|
| 10 |
+
"cicunsw_3",
|
| 11 |
+
"cicunsw_2",
|
| 12 |
+
"cicunsw_0"
|
| 13 |
+
]
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"name": "curriculum_desc",
|
| 17 |
+
"task_sequence": [
|
| 18 |
+
"cicunsw_0",
|
| 19 |
+
"cicunsw_2",
|
| 20 |
+
"cicunsw_3",
|
| 21 |
+
"cicunsw_1",
|
| 22 |
+
"cicunsw_4"
|
| 23 |
+
]
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"name": "generalization_desc",
|
| 27 |
+
"task_sequence": [
|
| 28 |
+
"cicunsw_4",
|
| 29 |
+
"cicunsw_1",
|
| 30 |
+
"cicunsw_2",
|
| 31 |
+
"cicunsw_3",
|
| 32 |
+
"cicunsw_0"
|
| 33 |
+
]
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"name": "generalization_asc",
|
| 37 |
+
"task_sequence": [
|
| 38 |
+
"cicunsw_0",
|
| 39 |
+
"cicunsw_3",
|
| 40 |
+
"cicunsw_2",
|
| 41 |
+
"cicunsw_1",
|
| 42 |
+
"cicunsw_4"
|
| 43 |
+
]
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"name": "smooth_drift",
|
| 47 |
+
"task_sequence": [
|
| 48 |
+
"cicunsw_4",
|
| 49 |
+
"cicunsw_2",
|
| 50 |
+
"cicunsw_1",
|
| 51 |
+
"cicunsw_3",
|
| 52 |
+
"cicunsw_0"
|
| 53 |
+
]
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"name": "abrupt_drift",
|
| 57 |
+
"task_sequence": [
|
| 58 |
+
"cicunsw_1",
|
| 59 |
+
"cicunsw_2",
|
| 60 |
+
"cicunsw_3",
|
| 61 |
+
"cicunsw_0",
|
| 62 |
+
"cicunsw_4"
|
| 63 |
+
]
|
| 64 |
+
}
|
| 65 |
+
]
|
| 66 |
+
}
|