ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

18 / 258

Question 18:

You work for a retail firm that wishes to conduct a direct mail campaign to attract new customers. Your marketing manager wishes to get answers to questions that can be put into discrete categories, such as “using historical customer email campaign responses. Should this customer receive an email from our current campaign?” You decide to use the SageMaker Linear Learner algorithm to build your model. Which hyperparameter setting would you use to get the algorithm to produce discrete results?

Answer options:

A.set the objective hyperparameter to reg:logistic.
B.set the predictor_type hyperparameter to binary_classifier.
C.set the predictor_type hyperparameter to regressor.
D.set the objective hyperparameter to reg:linear.