Skip to content

Commit 3fc2e97

Browse files
committed
update readme
1 parent b7f79d7 commit 3fc2e97

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

README.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
A collection of scripts and notebooks to help you get started quickly.
44

55
Need help? Find us on Discord:
6-
7-
[![](https://dcbadge.vercel.app/api/server/numerai)](https://discord.gg/numerai)
6+
https://discord.gg/numerai
87

98
## Using Agents
109
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:
@@ -15,35 +14,21 @@ cd example-scripts && curl -sL http://numer.ai/install-mcp.sh | bash
1514
codex exec --yolo "find the best neural network architecture to predict target ender"
1615
```
1716

17+
## Notebooks
18+
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:
1819

19-
## Notebooks
20-
21-
Try running these notebooks on Google Colab's free tier!
22-
23-
### Hello Numerai
24-
<a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/numerai/hello_numerai.ipynb">
20+
- Hello Numerai: Start here if you are new! Explore the dataset and build your first model. <a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/numerai/hello_numerai.ipynb">
2521
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
2622
</a>
2723

28-
Start here if you are new! Explore the dataset and build your first model.
29-
30-
### Feature Neutralization
31-
<a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/numerai/feature_neutralization.ipynb">
24+
- Feature Neutralization: Learn how to measure feature risk and control it with feature neutralization. <a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/numerai/feature_neutralization.ipynb">
3225
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
3326
</a>
3427

35-
Learn how to measure feature risk and control it with feature neutralization.
36-
37-
### Target Ensemble
38-
<a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/numerai/target_ensemble.ipynb">
28+
- Target Ensemble: Learn how to create an ensemble trained on different targets. <a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/numerai/target_ensemble.ipynb">
3929
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
4030
</a>
4131

42-
Learn how to create an ensemble trained on different targets.
43-
44-
### Model Upload
45-
<a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/numerai/example_model.ipynb">
32+
- Model Upload: A barebones example of how to build and upload your model to Numerai. <a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/numerai/example_model.ipynb">
4633
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
4734
</a>
48-
49-
A barebones example of how to build and upload your model to Numerai.

0 commit comments

Comments
 (0)