So, there can be two ways to compute metric over test data:
-
Compute spearman coefficient for each date and then average it over all dates.
-
Combine predictions and targets for complete test period and then compute spearman coefficient over all data.
So, which one is used for test data?
Thanks!