Question: You work for a large credit card processing company that wants to create targeted promotions for its customers. The data science team created a machine learning system that groups together customers who made similar purchases, and divides those customers based on customer loyalty. How would you describe this machine learning approach?
- It uses unsupervised learning to cluster together transactions and unsupervised learning to classify the customers.
- It uses only unsupervised machine learning.
- It uses supervised learning to create clusters and unsupervised learning for classification.
- It uses reinforcement learning to classify the customers.
Answer: The correct answer of the above question is Option A:It uses unsupervised learning to cluster together transactions and unsupervised learning to classify the customers.