Update README.md
Browse files
README.md
CHANGED
|
@@ -1,52 +1,52 @@
|
|
| 1 |
---
|
| 2 |
-
viewer: false
|
| 3 |
license: mit
|
| 4 |
task_categories:
|
| 5 |
-
|
| 6 |
task_ids:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
pretty_name: Beam-Level (5G) Time-Series Dataset
|
| 10 |
configs:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
|
|
|
| 50 |
---
|
| 51 |
|
| 52 |
## Beam-Level (5G) Time-Series Dataset
|
|
@@ -72,5 +72,4 @@ Each dataset corresponds to a specific network performance metric:
|
|
| 72 |
### Citation
|
| 73 |
|
| 74 |
Please cite this paper if you intend to use this dataset for your research:
|
| 75 |
-
> L. Fechete et al., Goal-Oriented Time-Series Forecasting: Foundation Framework Design, arXiv:2504.17493 (2025).
|
| 76 |
-
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
+
- time-series-forecasting
|
| 5 |
task_ids:
|
| 6 |
+
- univariate-time-series-forecasting
|
| 7 |
+
- multivariate-time-series-forecasting
|
| 8 |
pretty_name: Beam-Level (5G) Time-Series Dataset
|
| 9 |
configs:
|
| 10 |
+
- config_name: DLPRB
|
| 11 |
+
description: Downlink Physical Resource Block (DLPRB) time-series data.
|
| 12 |
+
data_files:
|
| 13 |
+
- split: train_0w_5w
|
| 14 |
+
path: data/train/DLPRB_train_0w-5w.csv
|
| 15 |
+
- split: test_5w_6w
|
| 16 |
+
path: data/test/DLPRB_test_5w-6w.csv
|
| 17 |
+
- split: test_10w_11w
|
| 18 |
+
path: data/test/DLPRB_test_10w-11w.csv
|
| 19 |
+
- config_name: DLThpVol
|
| 20 |
+
description: Downlink Throughput Volume (DLThpVol) time-series data.
|
| 21 |
+
data_files:
|
| 22 |
+
- split: train_0w_5w
|
| 23 |
+
path: data/train/DLThpVol_train_0w-5w.csv
|
| 24 |
+
- split: test_5w_6w
|
| 25 |
+
path: data/test/DLThpVol_test_5w-6w.csv
|
| 26 |
+
- split: test_10w_11w
|
| 27 |
+
path: data/test/DLThpVol_test_10w-11w.csv
|
| 28 |
+
- config_name: DLThpTime
|
| 29 |
+
description: Downlink Throughput Time (DLThpTime) time-series data.
|
| 30 |
+
data_files:
|
| 31 |
+
- split: train_0w_5w
|
| 32 |
+
path: data/train/DLThpTime_train_0w-5w.csv
|
| 33 |
+
- split: test_5w_6w
|
| 34 |
+
path: data/test/DLThpTime_test_5w-6w.csv
|
| 35 |
+
- split: test_10w_11w
|
| 36 |
+
path: data/test/DLThpTime_test_10w-11w.csv
|
| 37 |
+
- config_name: MR_number
|
| 38 |
+
description: Measurement Report Number (MR_number) time-series data.
|
| 39 |
+
data_files:
|
| 40 |
+
- split: train_0w_5w
|
| 41 |
+
path: data/train/MR_number_train_0w-5w.csv
|
| 42 |
+
- split: test_5w_6w
|
| 43 |
+
path: data/test/MR_number_test_5w-6w.csv
|
| 44 |
+
- split: test_10w_11w
|
| 45 |
+
path: data/test/MR_number_test_10w-11w.csv
|
| 46 |
+
language:
|
| 47 |
+
- en
|
| 48 |
+
tags:
|
| 49 |
+
- wireless
|
| 50 |
---
|
| 51 |
|
| 52 |
## Beam-Level (5G) Time-Series Dataset
|
|
|
|
| 72 |
### Citation
|
| 73 |
|
| 74 |
Please cite this paper if you intend to use this dataset for your research:
|
| 75 |
+
> L. Fechete et al., Goal-Oriented Time-Series Forecasting: Foundation Framework Design, arXiv:2504.17493 (2025).
|
|
|