Luiz Tauffer
Luiz Tauffer

Reputation: 632

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

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 t 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.

Upvotes: 1

Views: 165

Answers (1)

Luiz Tauffer
Luiz Tauffer

Reputation: 632

Short answer: you can't export the models from Forecast

Ref: https://github.com/aws-samples/amazon-forecast-samples/issues/104#issuecomment-763119541

Upvotes: 1

Related Questions