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 年前檢視次數 405 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南