pymlex commited on
Commit
96ab77f
·
verified ·
1 Parent(s): 403cae4

Upload final_metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. final_metrics.json +51 -0
final_metrics.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "gin",
3
+ "seed": 42,
4
+ "best_val_mcc": 0.5609368123898547,
5
+ "val_metrics": {
6
+ "mcc": 0.5609368123898547,
7
+ "accuracy": 0.7771431385100201,
8
+ "balanced_accuracy": 0.7748098221414874,
9
+ "precision": 0.7410443478973686,
10
+ "recall": 0.8686461035841261,
11
+ "f1": 0.7997876669910643,
12
+ "roc_auc": 0.8413672351687064,
13
+ "pr_auc": 0.8093612949314712
14
+ },
15
+ "test_metrics": {
16
+ "mcc": 0.5641958688616364,
17
+ "accuracy": 0.7782756413412772,
18
+ "balanced_accuracy": 0.775832009081207,
19
+ "precision": 0.7400178905424087,
20
+ "recall": 0.874495483374976,
21
+ "f1": 0.8016561687882658,
22
+ "roc_auc": 0.8417462134967497,
23
+ "pr_auc": 0.8087144857201518
24
+ },
25
+ "confusion_matrix": {
26
+ "counts": [
27
+ [
28
+ 6706,
29
+ 3197
30
+ ],
31
+ [
32
+ 1306,
33
+ 9100
34
+ ]
35
+ ],
36
+ "normalised": [
37
+ [
38
+ 0.6771685347874381,
39
+ 0.32283146521256184
40
+ ],
41
+ [
42
+ 0.12550451662502402,
43
+ 0.874495483374976
44
+ ]
45
+ ],
46
+ "counts_path": "runs/gin_seed42/test_confusion_counts.csv",
47
+ "normalised_path": "runs/gin_seed42/test_confusion_normalised.csv",
48
+ "figure_path": "runs/gin_seed42/test_confusion_matrix.png"
49
+ },
50
+ "classification_report": " precision recall f1-score support\n\n 0 0.8370 0.6772 0.7486 9903\n 1 0.7400 0.8745 0.8017 10406\n\n accuracy 0.7783 20309\n macro avg 0.7885 0.7758 0.7752 20309\nweighted avg 0.7873 0.7783 0.7758 20309\n"
51
+ }