How to use model created in Azure AutoML

Sina Sen 1 Reputation point
2021-11-09T08:16:17.447+00:00

Absolute Azure beginner here.

I created a forecast model, and I can forecast next month when I deploy and test the model on Azure.

However, I would like to read the pickle file, turn it and predict more than only the next month, let's say one year.

Then I would like to do something like this:

y_pred = model.predict(x_test)

How can I achieve this? I tried reading the pickle file but it only returns an object which I am unsure of what to do with.

Kind regards and thank you!

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,574 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,151 Reputation points
    2021-11-09T23:12:15.417+00:00

    Hi, with forecast horizon parameter, you can select how many periods forward you would like to forecast. Currently, you can consume your automl model using a Client or PowerBI. To download and run your model locally, please review this document.


    --- *Kindly Accept Answer if the information helps. Thanks.*

    0 comments No comments