AI-900 · Question #280
AI-900 Question #280: Real Exam Question with Answer & Explanation
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 can
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
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.