Question:medium

___ is one of the parameters for evaluating a model’s performance and is defined as the fraction of positive cases that are correctly identified.

Show Hint

Precision helps assess the accuracy of positive predictions made by the model, ensuring fewer false positives.
Updated On: Feb 26, 2026
  • Precision
  • Accuracy
  • Recall
  • F1
Show Solution

The Correct Option is A

Solution and Explanation

Precision, a key metric for classification model performance, quantifies the ratio of correctly identified positive instances to all instances predicted as positive. Essentially, it indicates the accuracy of the model's positive predictions. High precision signifies that the model rarely labels negative instances as positive.

Was this answer helpful?
0