Che237 commited on
Commit
4cfb2d5
·
verified ·
1 Parent(s): 297bb1b

Upload botnet_detection dataset

Browse files
botnet_detection/botnet_detection_processed.csv ADDED
The diff for this file is too large to render. See raw diff
 
botnet_detection/metadata.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "botnet_detection",
3
+ "processed_at": "2025-08-24T04:15:19.804127",
4
+ "samples": 80000,
5
+ "features": [
6
+ "flow_duration",
7
+ "total_fwd_packets",
8
+ "total_bwd_packets",
9
+ "flow_bytes_s",
10
+ "flow_packets_s",
11
+ "label"
12
+ ],
13
+ "type": "botnet",
14
+ "file_path": "..\\datasets\\botnet_detection\\botnet_detection_processed.csv"
15
+ }