Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
contest scores changing over time?

Is it expected that the scores for a given entry of the contest on a given date change over time? in other words, if the score has a certain value for a given date, can this value be significantly different for the same date after few days?

For example:
1) On December 10th the score for December 9th was close to 1
2) On December 13th the score for December 12th was under 0.7
3) When looking at the score plot on December 13th, one can see that the score for 9th is only around 0.75, far from the 1 that was seen on 10th.

3 responses

yes I have seen this phenomenon and have never fully understood the explanation

It sounds like your algo may have been running for more than 63 days? The below is from the Contest Overview for more info.

First 63 Trading Days
Algorithms accumulate score for the first 63 trading days (~3 months) after being submitted to the contest.

After 63 Trading Days
Once an algorithm has been running in the contest for more than 63 trading days, its score is generated from the last 63 trading days. This limit exists so that new algorithms can compete with longer running algorithms.

Ok, I understand then that the full scores are recalculated every day based on the last 63 days. That explains the changes, just was a bit contraintuitive since I don't see why they need to be recalculated, they could just do an update for last day.