Reputation: 53
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
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