Would you please tell me the specific information of the online test error? #125
Answered
by
zhoujingbo
gengdd
asked this question in
BaiduKDDCup2022
|
Team name: Timeout |
Answered by
zhoujingbo
May 30, 2022
Replies: 3 comments 1 reply
|
I found the question in online test code. They evaluate the std of prediction/1000, if it is lower than 0.1, then it will be -768, which is very confusing. The accurate prediction of the second day is almost impossible, therefore the model will tend to predict the same value. I think it is normal. I can't understant why it will be treated as abnormal prediction. |
1 reply
Answer selected by
zhoujingbo
|
A more detailed error is to be returned rather than an invalid score. Please refer to the latest code and try it again. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Thanks a lot, I think this is the point.