Skip to content

ManuelAngel99/KDD_CUP_2022

Repository files navigation

Final model folder:

The final model (used to achieve our score at the official competition website) is located under the following folder:

/archive/3A_FINAL_MODEL

Setup guide

  1. 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.

  1. Use the Makefile to create splits from the raw data.
make build-datasets
  1. Log in to W&B
make setup-wandb
  1. Train model cv
make train-cv
  1. Evaluate model in test (last 80 days)
make score

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published