tareqsisalem commited on
Commit
a27dbc2
·
verified ·
1 Parent(s): a4c692e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -10,41 +10,41 @@ 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
 
20
  - config_name: DLThpVol
21
  description: Downlink Throughput Volume (DLThpVol) time-series data.
22
  data_files:
23
- - split: train_0w-5w
24
  path: data/train/DLThpVol_train_0w-5w.csv
25
- - split: test_5w-6w
26
  path: data/test/DLThpVol_test_5w-6w.csv
27
- - split: test_10w-11w
28
  path: data/test/DLThpVol_test_10w-11w.csv
29
 
30
  - config_name: DLThpTime
31
  description: Downlink Throughput Time (DLThpTime) time-series data.
32
  data_files:
33
- - split: train_0w-5w
34
  path: data/train/DLThpTime_train_0w-5w.csv
35
- - split: test_5w-6w
36
  path: data/test/DLThpTime_5w-6w.csv
37
- - split: test_10w-11w
38
  path: data/test/DLThpTime_10w-11w.csv
39
 
40
  - config_name: MR_number
41
  description: Measurement Report Number (MR_number) time-series data.
42
  data_files:
43
- - split: train_0w-5w
44
  path: data/train/MR_number_train_0w-5w.csv
45
- - split: test_5w-6w
46
  path: data/test/MR_number_test_5w-6w.csv
47
- - split: test_10w-11w
48
  path: data/test/MR_number_test_10w-11w.csv
49
  ---
50
 
 
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
 
20
  - config_name: DLThpVol
21
  description: Downlink Throughput Volume (DLThpVol) time-series data.
22
  data_files:
23
+ - split: train_0w_5w
24
  path: data/train/DLThpVol_train_0w-5w.csv
25
+ - split: test_5w_6w
26
  path: data/test/DLThpVol_test_5w-6w.csv
27
+ - split: test_10w_11w
28
  path: data/test/DLThpVol_test_10w-11w.csv
29
 
30
  - config_name: DLThpTime
31
  description: Downlink Throughput Time (DLThpTime) time-series data.
32
  data_files:
33
+ - split: train_0w_5w
34
  path: data/train/DLThpTime_train_0w-5w.csv
35
+ - split: test_5w_6w
36
  path: data/test/DLThpTime_5w-6w.csv
37
+ - split: test_10w_11w
38
  path: data/test/DLThpTime_10w-11w.csv
39
 
40
  - config_name: MR_number
41
  description: Measurement Report Number (MR_number) time-series data.
42
  data_files:
43
+ - split: train_0w_5w
44
  path: data/train/MR_number_train_0w-5w.csv
45
+ - split: test_5w_6w
46
  path: data/test/MR_number_test_5w-6w.csv
47
+ - split: test_10w_11w
48
  path: data/test/MR_number_test_10w-11w.csv
49
  ---
50