Skip to content

A collection of scripts and notebooks to help you get started quickly.

License

Notifications You must be signed in to change notification settings

numerai/example-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

348 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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. Open In Colab
  • Feature Neutralization: Learn how to measure feature risk and control it with feature neutralization. Open In Colab
  • Target Ensemble: Learn how to create an ensemble trained on different targets. Open In Colab
  • Model Upload: A barebones example of how to build and upload your model to Numerai. Open In Colab

About

A collection of scripts and notebooks to help you get started quickly.

Topics

Resources

License

Stars

Watchers

Forks