Numerai Example Scripts
The official place to start playing the Numerai tournaments.
Need help? Find us on Discord.
Using Agents
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 [email protected]:numerai/example-scripts
cd example-scripts && curl -sL http://numer.ai/install-mcp.sh | bash
codex exec --yolo "find the best neural network architecture to predict target ender"
Notebooks
We highly recommend getting started with Agents using the above section. But, if you're looking to kill some time on artisan data science, you can check out our tutorial notebooks here as well:
-
Hello Numerai: Start here if you are new! Explore the dataset and build your first model.
-
Feature Neutralization: Learn how to measure feature risk and control it with feature neutralization.
-
Target Ensemble: Learn how to create an ensemble trained on different targets.
-
Model Upload: A barebones example of how to build and upload your model to Numerai.