# モデル

Numeraiとそのコミュニティから、多くのチュートリアルモデルが提供されています。

* Numeraiの基本的な例のモデルは[Github](https://github.com/numerai/signals-example-scripts)で見つけることができます。
* [Jason Rosenfeld](https://twitter.com/jrosenfeld13)（[jrAI](https://signals.numer.ai/jrai)）は、Numerai Signals用のエンドツーエンドのノートブックを作成しました。Yahoo Financeの無料データを使ってデータセットを作成し、簡単なモデルをトレーニングします。[Google Colab](https://colab.research.google.com/drive/1ECh69C0LDCUnuyvEmNFZ51l_276nkQqo)で確認でき、[このビデオ](https://colab.research.google.com/drive/1ECh69C0LDCUnuyvEmNFZ51l_276nkQqo)でも紹介されています。
* [Surajp](https://twitter.com/parmarsuraj99)は、上記の例やノートブックに触発されて、Signalsについての[記事](https://parmarsuraj99.medium.com/lets-talk-about-signals-841934f24450)を書きました。
* データソースのリストは[フォーラム](https://forum.numer.ai/t/free-or-cheap-data-and-tools-for-numerai-signals/350)で確認できます。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jp.docs.numer.ai/numerai-shigunaruzu/models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
