
Answer-first summary for fast verification
Answer: Grouping customers into distinct segments based on their purchasing behavior, without any predefined labels or categories for the segments.
Grouping customers into segments based on purchasing behavior without predefined labels is an example of unsupervised learning, specifically clustering, where the goal is to discover hidden patterns or groupings in data without the use of labeled outcomes. In contrast, predicting purchase likelihood (regression), classifying customer feedback (classification), and identifying churn customers (classification) are all tasks that rely on labeled data for training, which are hallmarks of supervised learning. Option E is incorrect because both A and D are examples of supervised learning tasks.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A data science team at a large retail company is exploring machine learning methodologies to enhance their customer segmentation strategy. They aim to improve marketing efficiency by accurately predicting customer behavior. The team has access to a vast dataset including customer demographics, purchase history, and online behavior metrics. They are considering both supervised and unsupervised learning approaches but are unsure which methodology best suits their current project. The project's success hinges on the ability to segment customers into meaningful groups without predefined labels, to uncover hidden patterns in purchasing behavior. Additionally, the team is constrained by a tight budget and the need for scalable solutions that can handle the growing dataset. Given these constraints and objectives, which of the following tasks is NOT typically associated with supervised learning? Choose the correct option.
A
Predicting the likelihood of a customer making a purchase within the next month based on their past purchase history and demographic information.
B
Grouping customers into distinct segments based on their purchasing behavior, without any predefined labels or categories for the segments.
C
Classifying customer feedback into 'positive', 'neutral', or 'negative' categories using a dataset where each feedback has been previously labeled.
D
Identifying potential churn customers by analyzing their interaction with the company's website and services, using a dataset where churn status is labeled.
E
Both A and D are correct.
No comments yet.