lvwerra HF staff commited on
Commit
824a6b2
1 Parent(s): a4e1447

Update Space (evaluate main: 05209ece)

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -10,6 +10,12 @@ pinned: false
10
  tags:
11
  - evaluate
12
  - comparison
 
 
 
 
 
 
13
  ---
14
 
15
 
 
10
  tags:
11
  - evaluate
12
  - comparison
13
+ description: >-
14
+ McNemar's test is a diagnostic test over a contingency table resulting from the predictions of two classifiers. The test compares the sensitivity and specificity of the diagnostic tests on the same group reference labels. It can be computed with:
15
+ McNemar = (SE - SP)**2 / SE + SP
16
+ Where:
17
+ SE: Sensitivity (Test 1 positive; Test 2 negative)
18
+ SP: Specificity (Test 1 negative; Test 2 positive)
19
  ---
20
 
21