A grain-elevator price XGBoost job needs a search over eta and max_depth instead of one hand-edited training job. Which SageMaker path launches that search?
Select an answer to reveal the explanation.
Short Explanation
Think of needing a search over eta and max_depth instead of one hand-edited job. Automatic model tuning: a HyperparameterTuner around the estimator, an objective metric, and ranges. One guessed combo is not a search.
Full Explanation
SageMaker automatic model tuning uses a HyperparameterTuner around an estimator, an objective metric, and hyperparameter ranges. A single hand-edited job is not a search. Personalize and Fraud Detector are not AMT.