
Explanation:
The question describes a scenario where an ecommerce company wants to group customers based on their purchase history and preferences to enable personalization. This is a classic unsupervised learning problem where the goal is to discover inherent patterns or segments in the data without predefined labels.
Why B (Clustering) is correct:
Why other options are incorrect:
Best Practice Consideration: For customer segmentation in ecommerce, clustering algorithms like K-means, hierarchical clustering, or DBSCAN are industry-standard approaches that provide actionable insights for personalization strategies.
Ultimate access to all questions.
An ecommerce company aims to segment customers according to their purchase history and preferences in order to personalize the user experience within the company's application.
Which machine learning technique should the company employ?
A
Classification
B
Clustering
C
Regression
D
Content generation
No comments yet.