The final model (used to achieve our score at the official competition website) is located under the following folder:
/archive/3A_FINAL_MODEL
- Use the makefile to build the docker container and setup the project:
make build-containers
Then use some tool (I use VSCode) to enter the container and work from there.
- Use the Makefile to create splits from the raw data.
make build-datasets
- Log in to W&B
make setup-wandb
- Train model cv
make train-cv
- Evaluate model in test (last 80 days)
make score