# 評価指標

Numerai Cryptoには2つの主なスコアがあります。

1. Meta Model Contribution（MMC）: あなたの予測がCrypto Meta Modelにどれだけ貢献しているかを測定します。
2. Correlation（CORR）: あなたの予測とターゲットの相関を測定します。

## ターゲット

* ターゲット
  * タイムライン: 20D2L（土日を除いた20日（土日を含めて28日）のリターン、2日のラグ）
  * ビン=5、均一性=10%、40%、50%（0と1が5%ずつ、0.25と0.75が20%ずつ、0.5が50%）

## メタモデル

* Numerai Cryptoの提出物は、まず次のようにクリーンアップされます:
* トークンユニバースで結合
* NaN値と重複するシンボルを削除
* 各提出物をランク化（タイ値はキープ）
* 各提出物のNaNを0.5で埋める
* 次に、少なくとも1 NMRステークがあるクリーンなCrypto提出物の平均からメタモデル（CNWMMmin1; Numerai Crypto Naive-Weighted Meta Model w/ minimum 1 NMR stake）が計算されます。

## スコア

* submissionされた予測値はスコアリングに使用される前にクリーンアップされます：

・無効なシンボルを削除

・提出物をランク化（タイ値はキープ）

・NaNを0.5で埋める

* MMC（Meta Model Contribution）の計算方法

・Submissionされた予測値、CNWMMmin1、ターゲットの相関からMMCが計算されます

・タイムライン: 20D2L（土日を除いた20日（土日を含めて28日）のリターン、2日のラグ＋2日のデータのラグ）

* CORR（Correlation）の計算方法

・submissionされた予測値とターゲットのNumerai相関から計算されます。

・タイムライン: 20D2L（土日を除いた20日（土日を含めて28日）のリターン、2日のラグ＋2日のデータのラグ）


---

# 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-crypto/scoring.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.
