I get -65535 score #116
Answered
by
ramber1836
zhanshijinwat
asked this question in
BaiduKDDCup2022
|
I update evalutaion.py and metrics.py to latest version and I can get 46 score in my computer. However, I get -65535 score after submit. There are't nan in my prediction. How can I fix it? |
Answered by
ramber1836
May 31, 2022
Replies: 3 comments 2 replies
|
NaN prediction, empty prediction, and the prediction with (almost) identical values are treated as invalid. Besides, irregular Accuracy values are also treated as an abnormal prediction. |
2 replies
|
Maybe the rmse is too big and acc<0? |
0 replies
|
A more detailed error msg rather than an abnormal score is provided. |
0 replies
Answer selected by
zhanshijinwat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A more detailed error msg rather than an abnormal score is provided.
Please try it again to see what is going wrong there.