Question 110:
You work as a machine learning specialist for a retail chain that has recently purchased another retail chain and is in the process of merging the two chain’s systems. Both retail chains have customer databases. Some of the firm’s customers overlap, meaning that the same customer registered with both chains in the past. When merging the customer data stores of the two, presently merged retail chains, you need to link duplicate customer data to have one accurate customer data source. You have been assigned to create the new customer data source for the presently merged retail chain. Instead of trying to find duplicate customer data manually through traditional programming techniques, you have decided to use machine learning techniques to solve the problem. You have determined that the AWS Glue Machine Learning FindMatches Transform is the best solution to this problem. Knowing that incorrectly linking what appear to be duplicate customers must be avoided at all costs, how should you configure the AWS Glue FindMatches ML Transform parameters to achieve the most efficient and accurate duplicate customer detection process?
Answer options:
A.Set the FindMatches precision-recall parameter to ‘precision’ and the accuracy-cost parameter to ‘accuracy’. B.Set the FindMatches precision-recall parameter to ‘precision’ and the accuracy-cost parameter to ‘lower cost’. C.Set the FindMatches precision-recall parameter to ‘recall’ and the accuracy-cost parameter to ‘accuracy’. D.Set the FindMatches precision-recall parameter to ‘recall’ and the accuracy-cost parameter to ‘lower cost’.