Azure / Azure/MachineLearningNotebooks

The previous code now fails to infer test.

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

説明

- The error is below.What are the causes and solution?

> AzureMLException: AzureMLException:
Message: Input prediction data X_pred or input forecast_destination contains dates later than the forecast horizon. Please shorten the prediction data so that it is within the forecast horizon or adjust the forecast_destination date.
InnerException None
ErrorResponse
{
"error": {
"code": "UserError",
"message": "Input prediction data X_pred or input forecast_destination contains dates later than the forecast horizon. Please shorten the prediction data so that it is within the forecast horizon or adjust the forecast_destination date.",
"target": "horizon",
"inner_error": {
"code": "BadData",
"inner_error": {
"code": "ForecastHorizonExceeded"
}
}
}
}

- python version is 3.8.
- The tutorial is below
https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-forecast-function/auto-ml-forecasting-function.ipynb

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

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

評価

この issue はまだ評価されていません。

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

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