Question 10:
You work for a software company that produces online sports betting app. You are on the machine learning team responsible for building a model that predicts the likelihood of registered users to wager on a given event based on several features of sports events offered in the app. You and your team have selected the Linear Learner algorithm and have trained your model. You now wish to find the best set of hyperparameters for your model. You have chosen to use SageMaker’s automatic model tuning, and you have set your objective to validation:precision in your hyperparameter tuning job. How do you pass your tuning job settings into your hyperparameter tuning job? (Select THREE)
Answer options:
A.Define a JSON object and pass it as the value of the HyperParameterConfig to the HyperParameterTuningJob. B.Define a JSON object and pass it as the value of the HyperParameterTuningJobConfig to the CreateHyperParameterTuningJob. C.In the JSON object specify the ranges of the hyperparameters you want to tune. D.In the JSON object specify the limits of the hyperparameters you want to tune. E.In the JSON object specify the objective metric for the hyperparameter tuning job. F.In the JSON object specify the MaxSequentialTrainingJobs parameter in the ResourceLimits section.