Numerai is a hedge fund where trades are determined based on predictions crowdsourced from data scientists given anonymized data. This repo contains my experimental code for generation of Numerai predictions.
To run the code create .env
script which sets the necessary environment variables:
NUMERAI_PUBLIC_ID
&NUMERAI_SECRET_KEY
- credentials to Numerai's APINUMERAI_MODEL
- name of the model to upload predictions toWANDB_API_KEY
- credentials to the Weights & Biases APIWANDB_ENTITY
&WANDB_PROJECT
- the identifiers of Weights & Biases entity & project to upload plots and tables to
Once that is ready run the code by using the run.sh
script.