How can I export a model (Predictor) trained on Amazon Forecast?

0

On Amazon Forecast, how can I export a model (a Predictor in Forecast lingo) that I already trained? For example, export an ARIMA or Prophet model weights to a file to be downloaded or stored on S3.

Running forecasts on new data is just too slow and I would like to use Forecast to train models and eventually deploy them somewhere else.

luizt
asked 3 years ago404 views
1 Answer
0
Accepted Answer

With Amazon Forecast, hosting trained models is done automatically in the service itself. You cannot export the trained models out of the service. You can view the model hyperparameters used by expanding the "training parameters" section on the Predictor page in UI. Or you can issue API command describe_predictor(). If you don't see a setting in the "training parameters" section, then it has default value, documented under each algorithm > hyperparameters section https://docs.aws.amazon.com/forecast/latest/dg/aws-forecast-choosing-recipes.html

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions