Amazon
MLS-C01 · Question #88
A Machine Learning Specialist previously trained a logistic regression model using scikit-learn on a local machine, and the Specialist now wants to deploy it to production for inference only. What ste
Sign in or unlock MLS-C01 to reveal the answer and full explanation for question #88. The question stem and answer options stay visible for context.
ML Implementation and Operations
Question
A Machine Learning Specialist previously trained a logistic regression model using scikit-learn on a local machine, and the Specialist now wants to deploy it to production for inference only. What steps should be taken to ensure Amazon SageMaker can host a model that was trained locally?
Options
- ABuild the Docker image with the inference code.
- BSerialize the trained model so the format is compressed for deployment.
- CSerialize the trained model so the format is compressed for deployment.
- DBuild the Docker image with the inference code.
Unlock MLS-C01 to see the answer
You've previewed enough free MLS-C01 questions. Unlock MLS-C01 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#SageMaker Model Deployment#Custom Docker Containers#Model Inference#Scikit-learn