AWS Certified Machine Learning – Specialty — Question 46

A Machine Learning Specialist kicks off a hyperparameter tuning job for a tree-based ensemble model using Amazon SageMaker with Area Under the ROC Curve
(AUC) as the objective metric. This workflow will eventually be deployed in a pipeline that retrains and tunes hyperparameters each night to model click-through on data that goes stale every 24 hours.
With the goal of decreasing the amount of time it takes to train these models, and ultimately to decrease costs, the Specialist wants to reconfigure the input hyperparameter range(s).
Which visualization will accomplish this?

Answer options

Correct answer: D

Explanation

Option D is correct because it directly shows how changes in maximum tree depth affect the objective metric, allowing the Specialist to identify optimal hyperparameter settings. Option A does not provide actionable insights for hyperparameter tuning, while option B focuses on visualizing input variables rather than their impact on model performance. Option C tracks performance over iterations but does not specifically relate to the impact of the hyperparameters being adjusted.