File size: 516 Bytes
f063471
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "external_validation_dataset": "Johnyquest7/thyroid-cancer-classification-ultrasound-dataset",
  "overall": {
    "accuracy": 0.6683788121990369,
    "f1": 0.4467059453668988,
    "sensitivity": 0.3446280991735537,
    "specificity": 0.8740157480314961,
    "ppv": 0.634703196347032,
    "npv": 0.677379983726607,
    "auc_roc": 0.7067642784321382,
    "tp": 417,
    "tn": 1665,
    "fp": 240,
    "fn": 793
  },
  "confusion_matrix_external": {
    "tp": 417,
    "tn": 1665,
    "fp": 240,
    "fn": 793
  }
}