Get a score on the leaderboard
Once submitted it's time to run your model in the cloud
Last updated
Once submitted it's time to run your model in the cloud
Last updated
To get a score on the leaderboard, you need to run your code on the competition server. Your code will be fed with never seen data, and your predictions will be scored on this private test set.
To run your submission on the cloud and get a score, you need to click on a submission and then on the Run in the Cloud button.
Your code is called on each individual date. Code calls go through the dates sequentially, but are otherwise independent. Be reminded that the data contains, for each individual date, the cross-section of the investment vehicles of the universe at that time.
At each date, your code will access only the data available up to that point.
Here is a high-level overview of how your code will be called: