> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-serverless-sft-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# パラレル座標プロット

> 機械学習の Experiments 間で結果を比較する

Parallel coordinates （並列座標）チャートは、多数の ハイパーパラメーター と モデル メトリクス の関係を一目で要約します。

<Frame>
  <img src="https://mintcdn.com/wb-21fd5541-serverless-sft-revamp/ZFL777G1O_Fg8XUC/images/app_ui/parallel_coordinates.gif?s=85a7827c939a7cb5187a2933608270fb" alt="Parallel coordinates plot" width="1482" height="1056" data-path="images/app_ui/parallel_coordinates.gif" />
</Frame>

* **Axes（軸）**: [`wandb.Run.config`](/models/evaluate-models/) からの異なる ハイパーパラメーター や、[`wandb.Run.log()`](/models/evaluate-models/) からの メトリクス を表します。
* **Lines（線）**: 各線は単一の Run を表します。線の上にマウスを置くと、その Run の詳細を示すツールチップが表示されます。現在のフィルターに一致するすべての線が表示されますが、目のアイコンをオフにすると、それらの線はグレーアウトされます。

## parallel coordinates パネルの作成

1. Workspace のランディングページに移動します
2. **Add Panels** をクリックします
3. **Parallel coordinates** を選択します

## パネル 設定

パネルを 設定 するには、パネルの右上隅にある編集ボタンをクリックします。

* **Tooltip**: ホバー時に、各 Run に関する 情報 を含む凡例が表示されます
* **Titles**: 軸のタイトルを読みやすく編集できます
* **Gradient**: 勾配 をお好みの色範囲にカスタマイズできます
* **Log scale**: 各軸を個別にログスケールで表示するように設定できます
* **Flip axis**: 軸の方向を切り替えます。これは、精度（accuracy）と損失（loss）の両方の列がある場合に便利です

[ライブ状態の parallel coordinates パネルを操作する](https://app.wandb.ai/example-team/sweep-demo/reports/Zoom-in-on-Parallel-Coordinates-Charts--Vmlldzo5MTQ4Nw)
