The training data “traffic_DLThpVol” contains hourly data for 5 weeks, which amounts to a total of 840 rows (24 hours x 7 days x 5 weeks). The columns represent the data corresponding to each beam, with a total of 2880 columns (30 base stations x 3 cells x 32 beams).
On the other hand, the submission data is the data for the 6th and 11th weeks, arranged vertically. One week of data has 2880 x (24 hours x 7 days) = 483,840 rows, resulting in 967,680 rows for 2 weeks.
Hi RareGem,
Here is my understanding.
The training data “traffic_DLThpVol” contains hourly data for 5 weeks, which amounts to a total of 840 rows (24 hours x 7 days x 5 weeks). The columns represent the data corresponding to each beam, with a total of 2880 columns (30 base stations x 3 cells x 32 beams).
On the other hand, the submission data is the data for the 6th and 11th weeks, arranged vertically. One week of data has 2880 x (24 hours x 7 days) = 483,840 rows, resulting in 967,680 rows for 2 weeks.