Is the preprocess of test_data not allowed by our model? #98
Answered
by
ramber1836
yuhao-morning
asked this question in
BaiduKDDCup2022
|
From the github https://github.com/PaddlePaddle/PaddleSpatial/blob/main/apps/wpf_baseline_gru/kddcup22-sdwpf-evaluation , I see that we only upload predict.py, prepare.py. The evaluation.py in this folder only executes our predict.py to call forecast() method, and all preprocess of test_data is fixed in the backend and written in test_data.py and evaluation.py. Does that mean we can't do any preprocess of test_data ? I was confused. |
Answered by
ramber1836
May 24, 2022
Replies: 3 comments
|
You can preprocess the input of the test data, i.e. test_x. |
0 replies
Answer selected by
zhoujingbo
|
Do you mean we need preprocess test_x locally, and then replace the original one with the preprocessed one in hand?
Whe can't we preprocess the test_x in code (maybe in predict.py) ?
At 2022-05-24 17:49:47, "Xinjiang Lu" ***@***.***> wrote:
You can preprocess the input of the test data, i.e. test_x.
As test_y is the ground truth and cannot be accessed by the competitors.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
0 replies
|
What I mean is that test_x CAN be processed by you.
…On Wed, May 25, 2022 at 9:14 AM yuhao1982 ***@***.***> wrote:
Do you mean we need preprocess test_x locally, and then replace the
original one with the preprocessed one in hand?
Whe can't we preprocess the test_x in code (maybe in predict.py) ?
At 2022-05-24 17:49:47, "Xinjiang Lu" ***@***.***> wrote:
You can preprocess the input of the test data, i.e. test_x.
As test_y is the ground truth and cannot be accessed by the competitors.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID:
***@***.***>
—
Reply to this email directly, view it on GitHub
<#98 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVHY36JFU4X3LHYH3OWLXTVLV5HXANCNFSM5WY2A63Q>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can preprocess the input of the test data, i.e. test_x.
As test_y is the ground truth and cannot be accessed by the competitors.