DP-100 · Question #539
You manage an Azure Machine Learning workspace. You develop a regression model training pipeline by using Notebooks. You need to determine the appropriate evaluation metric for the experiment. Which…
The correct answer is B. correlation C. residuals. Regression models predict continuous numeric values, so their evaluation metrics differ from classification metrics. Correlation (R or R²) measures how well the predicted values correlate with actual values - a standard regression metric. Residuals (the differences between…
Question
Options
- Aprecision
- Bcorrelation
- Cresiduals
- Drecall
How the community answered
(26 responses)- A12% (3)
- B81% (21)
- D8% (2)
Explanation
Regression models predict continuous numeric values, so their evaluation metrics differ from classification metrics. Correlation (R or R²) measures how well the predicted values correlate with actual values - a standard regression metric. Residuals (the differences between predicted and actual values) are fundamental to diagnosing regression model performance and detecting bias or variance issues. Precision (A) and Recall (D) are classification metrics used with discrete class labels, and are not appropriate for evaluating regression models.
Topics
Community Discussion
No community discussion yet for this question.