Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.07k stars 2.52k forks source link

The previous code now fails to infer test. #1855

Open atagiy opened 1 year ago

atagiy commented 1 year ago

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" } } } }