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년 전433회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠