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
已提问 3 年前439 查看次数
1 回答
0
已接受的回答

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

已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则