Day in test_x #188
Answered
by
ramber1836
fersebas
asked this question in
BaiduKDDCup2022
Day in test_x
#188
|
If day number in test_x with the same reference than train data. I mean, in test_x the day will be >245 or will it start again in 1. Thank you. |
Answered by
ramber1836
Jun 18, 2022
Replies: 1 comment
|
The Day column of each test_x file starts from 1, which means that the day in test_x is relative to the beginning of each prediction period. Please take the toy data as an example (PaddleSpatial/apps/wpf_baseline_gru/kddcup22-sdwpf-evaluation/data/sdwpf_baidukddcup2022_test_toy). |
0 replies
Answer selected by
fersebas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Day column of each test_x file starts from 1, which means that the day in test_x is relative to the beginning of each prediction period. Please take the toy data as an example (PaddleSpatial/apps/wpf_baseline_gru/kddcup22-sdwpf-evaluation/data/sdwpf_baidukddcup2022_test_toy).