Johnyquest7 commited on
Commit
f063471
·
verified ·
1 Parent(s): e0f8da5

Upload external_metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. external_metrics.json +22 -0
external_metrics.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "external_validation_dataset": "Johnyquest7/thyroid-cancer-classification-ultrasound-dataset",
3
+ "overall": {
4
+ "accuracy": 0.6683788121990369,
5
+ "f1": 0.4467059453668988,
6
+ "sensitivity": 0.3446280991735537,
7
+ "specificity": 0.8740157480314961,
8
+ "ppv": 0.634703196347032,
9
+ "npv": 0.677379983726607,
10
+ "auc_roc": 0.7067642784321382,
11
+ "tp": 417,
12
+ "tn": 1665,
13
+ "fp": 240,
14
+ "fn": 793
15
+ },
16
+ "confusion_matrix_external": {
17
+ "tp": 417,
18
+ "tn": 1665,
19
+ "fp": 240,
20
+ "fn": 793
21
+ }
22
+ }