ADIA Lab Market Prediction Competition
  • The tournament
    • Overview
    • Timeline
    • Evaluation
    • Data
    • Prize
  • Requirements
    • Code Requirements
    • The Submission Code Interface
    • Resource Limit
    • Whitelisted Libraries
  • Participate
    • How to participate
    • Create an account
    • Setup
    • Your working directory
    • A basic but functional solution
    • Testing your code
    • Submitting
    • Get a score on the leaderboard
    • Run in the Cloud Environment
    • Monitoring your Cloud Runs
    • Out-of-Sample Submission Selection
    • Out-of-Sample Evaluation Phase
    • Advanced Material
    • Known Issues
Powered by GitBook
On this page
  1. Participate

Your working directory

Once you run the setup commands, the crunch package will download the data and create a folder named after your username on the platform. Here is a snapshot of your working directory folder.

$ tree
.
├── data
│   ├── X_test.parquet
│   ├── X_train.parquet
│   └── y_train.parquet
├── main.py
├── requirements.txt
└── resources

3 directories, 5 files

If you need to save some files to run your code on the CrunchDAO's servers, like the weights of your model, the tree structure... etc., you have to save them under the resources folder.

PreviousSetupNextA basic but functional solution

Last updated 1 year ago