Microsoft
AI-900 · Question #333
You have a dataset that contains sales data and has defined labels for types of customers. You need to categorize the customer types based on the sales data. Which type of machine learning should you
The correct answer is A. Classification. Classification is used with labeled data and is geared towards supervised learning, while clustering is used with unlabeled data, and geared towards unsupervised learning.
Submitted by devops_kid· Mar 30, 2026Describe fundamental principles of machine learning on Azure
Question
You have a dataset that contains sales data and has defined labels for types of customers. You need to categorize the customer types based on the sales data. Which type of machine learning should you use?
Options
- AClassification
- BClustering
- CRegression
How the community answered
(24 responses)- A83% (20)
- B4% (1)
- C13% (3)
Explanation
Classification is used with labeled data and is geared towards supervised learning, while clustering is used with unlabeled data, and geared towards unsupervised learning.
Topics
#Classification#Supervised Learning#ML problem types
Community Discussion
No community discussion yet for this question.