ai-901 Practice Question 1023

Exam: ai-901
Domain: Describe fundamental principles of machine learning on Azure
Topic: Identify common machine learning types
Difficulty: medium
You need to predict the price of a house based on its location and size. Which type of machine learning model should you use?

Answer Options

A
Classification
B
Regression
C
Clustering
D
Anomaly detection

Correct Answer

B: Regression

Explanation

Regression is a supervised machine learning technique used to predict continuous numeric values, such as prices, temperatures, or quantities. Classification predicts discrete class labels, and clustering groups unlabeled data.