Azure / Azure/azureml-examples

Getting error 'ARIMAResults' object has no attribute 'get_prediction'

Open
#1,456 0 comments 0 reactions 0 assignees View on GitHub
example issue
Dominant language
Jupyter Notebook
Stars
2k
Forks
1.7k
Avg merge
18h 18m
Merged PRs (30d)
2

Description

I'm loading model registered in Azure Machine Learning studio then running forecast on it

y_predictions, X_trans = model.forecast(
X_test, ignore_data_errors=True)

I'm gettin this error

```
{
"error": {
"code": "SystemError",
"message": "Encountered an internal AutoML error. Error Message/Code: PredictionException. Additional Info: PredictionException:
Message: 'ARIMAResults' object has no attribute 'get_prediction'
InnerException: None
ErrorResponse

"error": {
"message":"'ARIMAResults' object has no attribute 'get_prediction'"
"target": "PreFittedVotingRegressor",
"reference_code": "PreFittedVotingRegressor"
}
}",
"details_uri": "https://aka.ms/automltroubleshoot",
"target": "PreFittedVotingRegressor",
"inner_error": {
"code": "ClientError",
"inner_error": {
"code": "AutoMLInternal"
}
},
"reference_code": "PreFittedVotingRegressor"
}
}
```

Version of Azure AutoML 1.43.0

Contributor guide

Open the contributing guide

Research direction

Start from the model.forecast call and the PreFittedVotingRegressor error reported for Azure AutoML 1.43.0. No repository file or test is named, so identify the relevant forecasting example and dependency path first; done means reproducing the ARIMAResults failure and documenting or validating the supported forecast behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud, machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.