ai-901 Practice Question 1879

Exam: ai-901
Domain: Describe fundamental principles of machine learning on Azure
Topic: Identify common machine learning types
Difficulty: medium
A company wants to predict the price of its products based on various features such as size, color, and material. Which type of machine learning should they use?

Answer Options

A
Classification
B
Regression
C
Clustering
D
Azure Automated ML

Correct Answer

B: Regression

Explanation

Regression is used when the target variable is continuous, such as predicting prices or quantities. Classification is used for categorical targets, clustering is used for grouping similar data points without predefined labels, and Azure Automated ML can be used for both regression and classification but not specifically for this scenario.