Question 3 of 125 from exam AI-900: Microsoft Azure AI Fundamentals

Question 3 of 125 from exam AI-900: Microsoft Azure AI Fundamentals

Question

HOTSPOT -

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.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

Hot Area:

Explanations

Box 1: 11 -

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 -

https://docs.microsoft.com/en-us/azure/machine-learning/studio/evaluate-model-performance