Azure / Azure/MachineLearningNotebooks
The previous code now fails to infer test.
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 4.4k
- Forks
- 2.6k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
- 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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.