Skip to content

Commit e883bb0

Browse files
committed
fix readme
1 parent 11209f0 commit e883bb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,28 @@ codex exec --yolo "find the best neural network architecture to predict target e
2121
Try running these notebooks on Google Colab's free tier!
2222

2323
### Hello Numerai
24-
<a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/hello_numerai.ipynb">
24+
<a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/numerai/hello_numerai.ipynb">
2525
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
2626
</a>
2727

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

3030
### Feature Neutralization
31-
<a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/feature_neutralization.ipynb">
31+
<a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/numerai/feature_neutralization.ipynb">
3232
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
3333
</a>
3434

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

3737
### Target Ensemble
38-
<a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/target_ensemble.ipynb">
38+
<a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/numerai/target_ensemble.ipynb">
3939
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
4040
</a>
4141

4242
Learn how to create an ensemble trained on different targets.
4343

4444
### Model Upload
45-
<a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/example_model.ipynb">
45+
<a target="_blank" href="https://colab.research.google.com/github/numerai/example-scripts/blob/master/numerai/example_model.ipynb">
4646
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
4747
</a>
4848

0 commit comments

Comments
 (0)