paul
paul

Reputation: 53

how to deploy a xgboost model on amazon sagemaker?

Is there a way to deploy a xgboost model trained locally using amazon sagemaker? I only saw tutorial talking about both training and deploying model with amazon sagemaker. Thanks.

Upvotes: 4

Views: 2658

Answers (1)

raj
raj

Reputation: 1213

This example notebook is good starting point showing how to use a pre-existing scikit-learn xgboost model with the Amazon SageMaker to create a hosted endpoint for that model.

Upvotes: 1

Related Questions