Microsoft Azure AI Fundamentals — Question 166

You need to identify groups of rows with similar numeric values in a dataset.

Which type of machine learning should you use?

Answer options

Correct answer: A

Explanation

Clustering is the appropriate machine learning technique for identifying groups of similar data points based on numeric values. Regression is used for predicting continuous outcomes, while classification is for categorizing data into distinct classes, making them unsuitable for this task.