Skip to content

アプリケーション内で をクリックすると、お使いのDataRobotバージョンに関する全プラットフォームドキュメントにアクセスできます。

ログ

モデルログは、成功したオペレーションのステータスを緑色のINFOタグで、エラーに関する情報を赤いERRORタグでそれぞれ表示します。 モデルログを表示するには、リーダーボードリスト内のモデルをクリックしてから、ログをクリックします。

備考

テキストベースのインサイトモデルエラーが発生した場合は、この備考を参照して、DataRobotでの単一文字の「ワード」の処理方法の詳細を確認してください。

The following example shows a simple (and fast) blueprint consisting of two tasks being trained—Missing Values Imputation and Decision Tree:

The first part of the log shows the initial training:

[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.

The second part shows the calculation of validation metrics and insights:

[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.

In the image above, you can see that the last two tasks were executed for holdout as well.


更新しました September 13, 2023
Back to top