πGet Full PDF
Question.11 You are developing a model to predict events by using classification. You have a confusion matrix for the model scored on test data as shown in the following exhibit. ![]() Select the answers choice that completes each statement based on the information presented in the graphic. ![]() |
11. Click here to View Answer
TP = True Positive.
The class labels in the training set can take on only two possible values, which we usually refer to as positive or negative. The positive and negative instances that a classifier predicts correctly are called true positives (TP) and true negatives (TN), respectively. Similarly, the incorrectly classified instances are called false positives (FP) and false negatives (FN).
Box 2: 1,033
FN = False Negative
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio/evaluate-model-performance
Question.12 You build a machine learning model by using the automated machine learning user interface (UI). You need to ensure that the model meets the Microsoft transparency principle for responsible AI. What should you do? (A) Set Validation type to Auto. (B) Enable Explain best model. (C) Set Primary metric to accuracy. (D) Set Max concurrent iterations to 0. |
12. Click here to View Answer
Answer isΒ (B) Enable Explain best model.
MS AI responsibilities
β’ Fairness β Limit Biases
β’ Reliability ad Safely β ops, resist manipulating, use of regresses testing
β’ Privacy and security- secure data provide security controls
β’ Inclusiveness- AI available to everyone i.e., disabled ppl
β’ Transparency- fully aware of the limitations over AII in use
β’ Accountability- follow governments and frameworks meet legal and ethical standards
Most businesses run on trust and being able to open the ML “black box” helps build transparency and trust. In heavily regulated industries like healthcare and banking, it is critical to comply with regulations and best practices. One key aspect of this is understanding the relationship between input variables (features) and model output. Knowing both the magnitude and direction of the impact each feature (feature importance) has on the predicted value helps better understand and explain the model. With model explain ability, we enable you to understand feature importance as part of automated ML runs.
Question.13 For each of the following statements, select Yes if the statement is true. Otherwise, select No. ![]() |
13. Click here to View Answer
Answer is N/Y/N (regression, anomaly, classification)
Reference:
https://learn.microsoft.com/en-us/azure/cognitive-services/anomaly-detector/overview