Crunch AI
  • Crunch Hub
    • The Crunch-Hub
  • Competitions
    • Competitions
  • Rallies
  • Resources Limit
  • Whitelisted Libraries
  • Other
    • Glossary
Powered by GitBook
On this page
  • Submission Phase
  • Out-of-Sample Phase
  • Submission
  • Run
  • Prediction
  1. Other

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.

Prediction

A prediction is the output of a Run.

PreviousWhitelisted Libraries

Last updated 3 months ago