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…
Question
Options
- Aclustering
- Bregression
- Cclassification
How the community answered
(37 responses)- A19% (7)
- B70% (26)
- C11% (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
Community Discussion
No community discussion yet for this question.