AWS Certified Machine Learning – Specialty — Question 204

A machine learning (ML) specialist has prepared and used a custom container image with Amazon SageMaker to train an image classification model. The ML specialist is performing hyperparameter optimization (HPO) with this custom container image to produce a higher quality image classifier.

The ML specialist needs to determine whether HPO with the SageMaker built-in image classification algorithm will produce a better model than the model produced by HPO with the custom container image. All ML experiments and HPO jobs must be invoked from scripts inside SageMaker Studio notebooks.

How can the ML specialist meet these requirements in the LEAST amount of time?

Answer options

Correct answer: D

Explanation

The correct answer is D because it allows the ML specialist to tune both models at the same time, significantly reducing the overall time required for the process. Options A, B, and C involve sequential tuning or additional steps that take longer to compare models, whereas D is the most efficient method for meeting the requirements.