A collection of scripts and notebooks to help you get started quickly.
Need help? Find us on Discord:
Numerai is quickly developing open-source agent skills for you to use in the tournament. You can start architecting your very own AI scientist. For example:
git clone github.com:numerai/example-scripts && cd example-scripts
export NUMERAI_ID=<api key id> NUMERAI_SECRET=<api key secret>
codex exec --yolo "find the best neural network architecture to predict target ender"
Try running these notebooks on Google Colab's free tier!
Start here if you are new! Explore the dataset and build your first model.
Learn how to measure feature risk and control it with feature neutralization.
Learn how to create an ensemble trained on different targets.
A barebones example of how to build and upload your model to Numerai.