Glossary
Submission Phase
Part of the competition while submission is allowed. The data does not change and the quota is regularly reset.
Out-of-Sample Phase
Part of the competition while scoring is happening on an out-of-sample phase. The data does change regularly, and no modification is allowed to your code or selection.
Submission
Similar to a Git commit, a submission represents a frozen version of a user's code. Once on the platform, no file can be updated and the message cannot be changed.
Run
Similar to GitHub Actions, a run is when a user's code is executed in the cloud environment. The environment is heavily restricted. The user's code must follow the Code Interface in order to run properly.
Last updated