Azure / Azure/MachineLearningNotebooks

The previous code now fails to infer test.

Open
#1,855 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
4.4k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

- 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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.