Datasets:
Upload dataset
Browse files
README.md
CHANGED
|
@@ -13,6 +13,51 @@ tags:
|
|
| 13 |
pretty_name: SmartNet Network Incidents
|
| 14 |
size_categories:
|
| 15 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# SmartNet Network Incidents
|
|
|
|
| 13 |
pretty_name: SmartNet Network Incidents
|
| 14 |
size_categories:
|
| 15 |
- 1K<n<10K
|
| 16 |
+
configs:
|
| 17 |
+
- config_name: default
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: data/train-*
|
| 21 |
+
- split: validation
|
| 22 |
+
path: data/validation-*
|
| 23 |
+
- split: test
|
| 24 |
+
path: data/test-*
|
| 25 |
+
dataset_info:
|
| 26 |
+
features:
|
| 27 |
+
- name: incident_id
|
| 28 |
+
dtype: large_string
|
| 29 |
+
- name: timestamp
|
| 30 |
+
dtype: large_string
|
| 31 |
+
- name: device_type
|
| 32 |
+
dtype: large_string
|
| 33 |
+
- name: rssi_dbm
|
| 34 |
+
dtype: int64
|
| 35 |
+
- name: channel_utilization_pct
|
| 36 |
+
dtype: int64
|
| 37 |
+
- name: latency_ms
|
| 38 |
+
dtype: int64
|
| 39 |
+
- name: packet_loss_pct
|
| 40 |
+
dtype: float64
|
| 41 |
+
- name: dhcp_failures
|
| 42 |
+
dtype: int64
|
| 43 |
+
- name: dns_risk_score
|
| 44 |
+
dtype: float64
|
| 45 |
+
- name: incident_text
|
| 46 |
+
dtype: large_string
|
| 47 |
+
- name: label
|
| 48 |
+
dtype: large_string
|
| 49 |
+
splits:
|
| 50 |
+
- name: train
|
| 51 |
+
num_bytes: 1046629
|
| 52 |
+
num_examples: 4200
|
| 53 |
+
- name: validation
|
| 54 |
+
num_bytes: 224181
|
| 55 |
+
num_examples: 900
|
| 56 |
+
- name: test
|
| 57 |
+
num_bytes: 224760
|
| 58 |
+
num_examples: 900
|
| 59 |
+
download_size: 243983
|
| 60 |
+
dataset_size: 1495570
|
| 61 |
---
|
| 62 |
|
| 63 |
# SmartNet Network Incidents
|