NE

numerai/example-scripts

数据科学与机器学习
1172 stars 质量 35 趋势 35

The official place to start playing the Numerai tournaments.

概览

The official place to start playing the Numerai tournaments.

README

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.

View this README on GitHub

推荐工具

换一个关键词,或者移除筛选条件。

安装

npx skillfish add numerai/example-scripts