Azure / Azure/MachineLearningNotebooks
Could not find a model with valid score for metric
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 4.4k
- Fork
- 2.6k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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:


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"
}
}
}
}
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.