Question 121:
You work for an online retailer as a machine learning specialist. Your team has been tasked with creating a machine learning model to identify similar products for a product comparison chart on many of the product pages on your website. Your website designers want to show a grid of a product compared to similar products, even products from competitors. The grid will show the price, review summary (stars), and key features of each product. You are at the stage in your development where you are gathering, cleaning, and transforming your data and training your model. Using machine learning techniques, how can you determine similar product data for use in this grid in the most efficient manner?
Answer options:
A.Use the Linear Learner built-in SageMaker algorithm and set its predictor_type hyperparameter to binary_classifier. B.Use the XGBoost built-in SageMaker algorithm and set its objective hyperparameter to reg:logistic. C.Use the Linear Learner built-in SageMaker algorithm and set its predictor_type hyperparameter to regressor. D.Use the AWS LakeFormation FindMatches ML Transform E.Use the XGBoost built-in SageMaker algorithm and set its objective hyperparameter to reg:linear. F.Use the AWS Glue FindMatches ML Transform and set its precision-recall parameter to recall.