DP-100 · Question #43
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. The proposed solution includes 'Accuracy' as a metric, which is a classification metric-not a regression metric. For a linear regression model, valid evaluation metrics include Relative Squared Error, Relative Absolute Error, Coefficient of Determination (R²), Mean Absolute…
Question
Options
- AYes
- BNo
How the community answered
(31 responses)- A19% (6)
- B81% (25)
Explanation
The proposed solution includes 'Accuracy' as a metric, which is a classification metric-not a regression metric. For a linear regression model, valid evaluation metrics include Relative Squared Error, Relative Absolute Error, Coefficient of Determination (R²), Mean Absolute Error, and Root Mean Squared Error. Since 'Accuracy' is inappropriate for regression tasks, the metric set is invalid and the solution does not meet the goal.
Topics
Community Discussion
No community discussion yet for this question.