Add competition
This commit is contained in:
parent
b32c5e60f6
commit
9d4221ea5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ venv
|
||||
*.ipynb
|
||||
.ipynb_checkpoints
|
||||
*.zip
|
||||
*.pcap
|
||||
|
||||
21
competition/4tuple_bidi.json
Normal file
21
competition/4tuple_bidi.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"features": [
|
||||
"flowStartMilliseconds",
|
||||
"sourceIPAddress",
|
||||
"destinationIPAddress",
|
||||
"sourceTransportPort",
|
||||
"destinationTransportPort",
|
||||
"packetTotalCount"
|
||||
],
|
||||
"active_timeout": 1000,
|
||||
"idle_timeout": 1000,
|
||||
"bidirectional": true,
|
||||
"key_features": [
|
||||
"sourceIPAddress",
|
||||
"destinationIPAddress",
|
||||
"sourceTransportPort",
|
||||
"destinationTransportPort"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
1154617
competition/training4tuplabeled.csv
Normal file
1154617
competition/training4tuplabeled.csv
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user