Home
Softono
example-scripts

example-scripts

Open source MIT Jupyter Notebook
1.1K
Stars
306
Forks
2
Issues
71
Watchers
3 months
Last Commit

About example-scripts

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

Platforms

Web Self-hosted

Languages

Jupyter Notebook

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.

    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