
Answer-first summary for fast verification
Answer: Automatically grouping customers into segments based on similarities in their purchase history without any predefined labels or categories.
Unsupervised learning involves identifying patterns or groupings in data without the use of pre-existing labels. The scenario of automatically grouping customers into segments based on similarities in their purchase history without predefined labels is a classic example of unsupervised learning. This contrasts with supervised learning tasks such as classifying customer feedback (which requires labeled data), predicting future sales (which relies on historical data as labels), and identifying fraudulent transactions (which depends on labeled examples of fraud). The unsupervised approach is particularly suited to the company's needs due to the absence of labeled data and the desire to discover natural groupings within the customer base.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A retail company is embarking on a machine learning project to enhance its marketing strategies by analyzing customer purchase history. The goal is to identify distinct groups of customers with similar buying patterns without relying on any pre-labeled data. This approach is expected to uncover hidden patterns and insights that can lead to more personalized marketing efforts. Given the company's constraints of limited labeled data and the need for scalability across thousands of customers, which of the following scenarios best exemplifies an unsupervised learning task in this context? (Choose one correct option)
A
Classifying customer feedback into positive, neutral, and negative categories using a dataset that has been manually labeled by the marketing team.
B
Developing a model to predict next month's sales figures based on historical sales data, promotional activities, and seasonal trends, where past sales figures serve as the labels.
C
Automatically grouping customers into segments based on similarities in their purchase history without any predefined labels or categories.
D
Training a model to identify potentially fraudulent transactions by using a dataset where each transaction is labeled as either fraudulent or legitimate.
No comments yet.