Azure / Azure/MachineLearningNotebooks

Could not find a model with valid score for metric

オープン
#1,737 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
4.4k
フォーク
2.6k
PR マージ指標
30日以内にマージされた PR はありません

説明

I use the AzureML to create forecast with normalized_mean_absolute_errormetric , i try to change it to normalized_mean_absolute_error and r2_score but it will give error that say "Could not find a model with valid score for metric" Why can it happen ?

application.py runForecasting 50 2022-04-19 18:04
MainThread ERROR AutoMLException:
![3](https://user-images.githubusercontent.com/46699494/163999728-05b5b435-59c0-4aeb-b253-b4c3da6127d8.PNG)
![4](https://user-images.githubusercontent.com/46699494/163999737-d39d9f84-f9d7-4c2e-85d8-c4dce242bcf2.PNG)

Message: Could not find a model with valid score for metric 'normalized_mean_absolute_error'. Please ensure that at least one run was successfully completed with a valid score for the given metric.
InnerException: None
ErrorResponse
{
"error": {
"code": "UserError",
"message": "Could not find a model with valid score for metric 'normalized_mean_absolute_error'. Please ensure that at least one run was successfully completed with a valid score for the given metric.",
"target": "metric",
"inner_error": {
"code": "NotFound",
"inner_error": {
"code": "ModelMissing"
}
}
}
}

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

application.py の runForecasting から始め、次に AzureML の forecasting セットアップと、エラーで参照されている完了済みの実行を調査します。要求されたメトリック名と、それらの実行によって生成されたメトリックを比較し、なぜ有効なスコアを持つものが1つもないのかを特定します。原因を再現でき、メトリックの設定または使用方法に関する解決策が文書化されていれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
azure, python
領域
cloud, machine-learning
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。