Sklearn Pipeline as SagemakerEndpoint

0

I have built a pipeline using sklearn.pipeline that can take in, pre-process and make predictions on text. Is it possible to deploy this Pipeline object as an endpoint using SageMaker?

Thanks!

asked a year ago186 views
1 Answer
0

SageMaker has a pre-defined, AWS maintained Sklearn container, which could run your trained model.

This doc will provide a brief guidence on how to train & deploy SageMaker trained/privately trained Sklearn models.

Please let us know if you have further questions.

AWS
answered a year ago
profile pictureAWS
EXPERT
Tasio
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions