lvwerra HF staff commited on
Commit
dd5820d
1 Parent(s): 636d813

Update Space (evaluate main: 05209ece)

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -10,6 +10,10 @@ pinned: false
10
  tags:
11
  - evaluate
12
  - metric
 
 
 
 
13
  ---
14
 
15
  # Metric Card for Precision
10
  tags:
11
  - evaluate
12
  - metric
13
+ description: >-
14
+ Precision is the fraction of correctly labeled positive examples out of all of the examples that were labeled as positive. It is computed via the equation:
15
+ Precision = TP / (TP + FP)
16
+ where TP is the True positives (i.e. the examples correctly labeled as positive) and FP is the False positive examples (i.e. the examples incorrectly labeled as positive).
17
  ---
18
 
19
  # Metric Card for Precision