Microsoft Azure AI Fundamentals — Question 244
You need to predict the animal population of an area.
Which Azure Machine Learning type should you use?
Answer options
- A. regression
- B. clustering
- C. classification
Correct answer: A
Explanation
Regression is the appropriate choice for predicting continuous values, such as animal populations. Clustering is used for grouping similar items, while classification is aimed at categorizing data into predefined classes, neither of which are suitable for population prediction.