Evaluation using Scale transformation from old data. PaddlePaddle Framework. #104
Answered
by
zhoujingbo
fersebas
asked this question in
BaiduKDDCup2022
|
HI! I think there is a bug in the evaluation script or need to update https://github.com/PaddlePaddle/PaddleSpatial/blob/main/apps/wpf_baseline_gru/kddcup22-sdwpf-evaluation/paddlepaddle/evaluation.py Why the filename is fixed to the old one "sdwpf_baidukddcup2022_full.csv". So when we are forecasting in this line We read the old one csv and get scaler with this old data. Please check it out. |
Answered by
zhoujingbo
May 27, 2022
Replies: 1 comment 1 reply
|
Hi, Thanks for pointing out this. The corrected file name should be "wtbdata_245days.csv". We have updated the evaluation.py file accordingly. Thanks a lot. Regards |
1 reply
Answer selected by
zhoujingbo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi,
Thanks for pointing out this.
The corrected file name should be "wtbdata_245days.csv". We have updated the evaluation.py file accordingly.
Thanks a lot.
Regards