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

344 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerai Example Scripts

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

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 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"

Notebooks

Try running these notebooks on Google Colab's free tier!

Hello Numerai

Open In Colab

Start here if you are new! Explore the dataset and build your first model.

Feature Neutralization

Open In Colab

Learn how to measure feature risk and control it with feature neutralization.

Target Ensemble

Open In Colab

Learn how to create an ensemble trained on different targets.

Model Upload

Open In Colab

A barebones example of how to build and upload your model to Numerai.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors 43