Skip to content
Discussion options

You must be logged in to vote

Hi

It is assumed that the test set contains 7 days of data, and the length of each prediction is 2 days. According to the description in the report, my final score calculation method is: use the sliding window to predict 288 numbers each time, take the mean value of MAE and RMSE, and then sum the scores of all windows (expression 2 in the report). Why sum rather than average?

Hi there,

Either 'sum' or 'average' is OK for evaluation in terms of ranking.
To avoid confusion, we take the average score of all rolling windows as the evaluation metric.
The report will be updated shortly to make sure consistency with the baseline code.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by zhoujingbo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants