Question About -65535 #119
Unanswered
wang975679801
asked this question in
BaiduKDDCup2022
Replies: 1 comment
|
I have the same problem. I get normal score on my computer,but get -65535 online. Maybe the rmse is too big, and acc is set to -1, and return -65535? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The criterion of abnormal values is too strict. If the prediction has relative large error in one day, then the result would be -65535(Our method performs normal offline but gets -65535 online). Maybe one of the test dataset is out of distribution. Therefore, some models return 'abnormal prediction'. Worse still, we don't know the specific cause of this error. I think it's better to only keep the necessary criterion, such as empty prediction, and nan prediction.
All reactions