nerdexam
Microsoft

AI-900 · Question #280

You need to predict the population size of a specific species of animal in an area. Which Azure Machine Learning type should you use?

The correct answer is B. regression. Linear regression attempts to establish a linear relationship between one or more independent variables and a numeric outcome, or dependent variable. You use this component to define a linear regression method, and then train a model using a labeled dataset. The trained model…

Submitted by saadiq_pk· Mar 30, 2026Describe fundamental principles of machine learning on Azure

Question

You need to predict the population size of a specific species of animal in an area. Which Azure Machine Learning type should you use?

Options

  • Aclustering
  • Bregression
  • Cclassification

How the community answered

(37 responses)
  • A
    19% (7)
  • B
    70% (26)
  • C
    11% (4)

Explanation

Linear regression attempts to establish a linear relationship between one or more independent variables and a numeric outcome, or dependent variable. You use this component to define a linear regression method, and then train a model using a labeled dataset. The trained model can then be used to make predictions. https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/linear-regression

Topics

#Machine Learning types#Regression#Predictive modeling

Community Discussion

No community discussion yet for this question.

Full AI-900 Practice