nerdexam
Microsoft

AI-900 · Question #13

Which type of machine learning should you use to predict the number of gift cards that will be sold next month?

The correct answer is B. regression. In the most basic sense, regression refers to prediction of a numeric target. Linear regression attempts to establish a linear relationship between one or more independent variables and a numeric outcome, or dependent variable. You use this module to define a linear regression…

Submitted by lukas.cz· Mar 30, 2026Describe fundamental principles of machine learning on Azure

Question

Which type of machine learning should you use to predict the number of gift cards that will be sold next month?

Options

  • Aclassification
  • Bregression
  • Cclustering

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    90% (26)
  • C
    7% (2)

Explanation

In the most basic sense, regression refers to prediction of a numeric target. Linear regression attempts to establish a linear relationship between one or more independent variables and a numeric outcome, or dependent variable. You use this module 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://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/linear-

Topics

#Regression#Machine learning types#Predictive analytics

Community Discussion

No community discussion yet for this question.

Full AI-900 Practice