# ログ

> ログ - 成功したオペレーションのステータスを緑色のINFOタグで、エラーを赤いERRORタグで表示するモデルログを表示する方法。

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-07-15T05:55:45.110767+00:00` (UTC).

## Primary page

- [ログ](https://docs.datarobot.com/ja/docs/workbench/nxt-workbench/experiments/experiment-insights/log.html.md): Full documentation for this topic (Markdown sidecar).

## Documentation content

| タブ | 説明 |
| --- | --- |
| 詳細 | モデリングジョブを構成する各タスクのステータスを表示します。成功したタスクは緑色のINFOタグで示され、エラーが発生したタスクは赤色のERRORタグで示されます。 |

モデルログを表示するには、リーダーボードリスト内のモデルをクリックしてから、 ログ をクリックします。

> [!NOTE] 備考
> テキストベースのインサイトモデルエラーが発生した場合は、この [備考](https://docs.datarobot.com/ja/docs/classic-ui/modeling/analyze-models/other/analyze-insights.html.md#text-based-insights) を参照して、DataRobotでの単一文字の「ワード」の処理方法の詳細を確認してください。

次の例は、2つのタスク（欠損値補完と決定木）で構成されたシンプル（かつ高速）なブループリントのトレーニングを示しています。

ログの最初の部分は、初回のトレーニングを示しています。

```
[07-28-2023 10:34:01] 'Missing Values Imputed': fitting and executing.
[07-28-2023 10:34:01] 'Missing Values Imputed': completed fitting and executing.
[07-28-2023 10:34:01] 'Decision Tree Regressor': fitting.
[07-28-2023 10:34:02] 'Decision Tree Regressor': completed fitting.
```

2番目の部分は、 検定 の指標とインサイトの計算を示しています。

```
[07-28-2023 10:34:02] 'Missing Values Imputed': executing.
[07-28-2023 10:34:02] 'Missing Values Imputed': completed executing.
[07-28-2023 10:34:02] 'Decision Tree Regressor': executing.
[07-28-2023 10:34:02] 'Decision Tree Regressor': completed executing.
```

上の図では、最後の2つのタスクがホールドアウトに対しても実行されていることがわかります。
