codingkiddo commited on
Commit
ec3e6d3
·
verified ·
1 Parent(s): 4cd54e3

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: incident_id
5
+ dtype: large_string
6
+ - name: timestamp
7
+ dtype: large_string
8
+ - name: device_type
9
+ dtype: large_string
10
+ - name: rssi_dbm
11
+ dtype: int64
12
+ - name: channel_utilization_pct
13
+ dtype: int64
14
+ - name: latency_ms
15
+ dtype: int64
16
+ - name: packet_loss_pct
17
+ dtype: float64
18
+ - name: dhcp_failures
19
+ dtype: int64
20
+ - name: dns_risk_score
21
+ dtype: float64
22
+ - name: incident_text
23
+ dtype: large_string
24
+ - name: label
25
+ dtype: large_string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 1046629
29
+ num_examples: 4200
30
+ - name: validation
31
+ num_bytes: 224181
32
+ num_examples: 900
33
+ - name: test
34
+ num_bytes: 224760
35
+ num_examples: 900
36
+ download_size: 243983
37
+ dataset_size: 1495570
38
+ configs:
39
+ - config_name: default
40
+ data_files:
41
+ - split: train
42
+ path: data/train-*
43
+ - split: validation
44
+ path: data/validation-*
45
+ - split: test
46
+ path: data/test-*
47
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f28e3a51a4276933f7f090064fb612abfd611639e9b8e48996630408a6578c5a
3
+ size 44522
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b78e00fd3065e173a99c93337476de9e5d20ccad4060e9fa2a88a0f58e4691
3
+ size 154966
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dca58d973535bf2148daa0f45d9fe81e2fe2f76e43e7b9ad47963b4e0909b5a1
3
+ size 44495