Azure / Azure/MachineLearningNotebooks
The previous code now fails to infer test.
- Lingua principale
- Jupyter Notebook
- Stelle
- 4.4k
- Fork
- 2.6k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
- 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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.