DP-100 · Question #162
You are creating a classification model for a banking company to identify possible instances of credit card fraud. You plan to create the model in Azure Machine Learning by using automated machine…
The correct answer is B. AUC_weighted. AUC_weighted is a Classification metric. Note: AUC is the Area under the Receiver Operating Characteristic Curve. Weighted is the arithmetic mean of the score for each class, weighted by the number of true instances in each Incorrect Answers: A: normalized_mean_absolute_error…
Question
Options
- Anormalized_mean_absolute_error
- BAUC_weighted
- Caccuracy
- Dnormalized_root_mean_squared_error
- Espearman_correlation
How the community answered
(30 responses)- A3% (1)
- B70% (21)
- C17% (5)
- D7% (2)
- E3% (1)
Explanation
AUC_weighted is a Classification metric. Note: AUC is the Area under the Receiver Operating Characteristic Curve. Weighted is the arithmetic mean of the score for each class, weighted by the number of true instances in each Incorrect Answers: A: normalized_mean_absolute_error is a regression metric, not a classification metric. C: When comparing approaches to imbalanced classification problems, consider using metrics beyond accuracy such as recall, precision, and AUROC. It may be that switching the metric you optimize for during parameter selection or model selection is enough to provide desirable performance detecting the minority class. D: normalized_root_mean_squared_error is a regression metric, not a classification metric. https://docs.microsoft.com/en-us/azure/machine-learning/how-to-understand-automated-ml
Topics
Community Discussion
No community discussion yet for this question.