Skip to content

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

Open
@bszewczyk

Description

@bszewczyk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions