bubbaonbubba commited on
Commit
72b8fde
·
verified ·
1 Parent(s): d4973ec

Upload metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics.json +74 -0
metrics.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "oof_5fold_cv": {
3
+ "MAE_g_per_dL": 2.0855296613941983,
4
+ "RMSE_g_per_dL": 2.7355139778699464,
5
+ "R2": -0.05313964327289211,
6
+ "n_patients": 250,
7
+ "bland_altman_bias": 0.1579896528763917,
8
+ "bland_altman_LoA_hi": 5.510647379051195,
9
+ "bland_altman_LoA_lo": -5.194668073298412
10
+ },
11
+ "fold_metrics": [
12
+ {
13
+ "fold": 1,
14
+ "n_train": 200,
15
+ "n_test": 50,
16
+ "MAE": 1.8331112124055713,
17
+ "RMSE": 2.5013962539495886,
18
+ "R2": 0.16225995486433664,
19
+ "pls_n_components": 2,
20
+ "svr_C": 1.0,
21
+ "svr_gamma": "scale",
22
+ "weight_pls": 0.35000000000000003
23
+ },
24
+ {
25
+ "fold": 2,
26
+ "n_train": 200,
27
+ "n_test": 50,
28
+ "MAE": 2.19584872088131,
29
+ "RMSE": 2.701053921770809,
30
+ "R2": -0.10894040171501884,
31
+ "pls_n_components": 2,
32
+ "svr_C": 2.0,
33
+ "svr_gamma": "scale",
34
+ "weight_pls": 0.15000000000000002
35
+ },
36
+ {
37
+ "fold": 3,
38
+ "n_train": 200,
39
+ "n_test": 50,
40
+ "MAE": 2.2227307671051624,
41
+ "RMSE": 3.09121720984061,
42
+ "R2": -0.044618629052950665,
43
+ "pls_n_components": 1,
44
+ "svr_C": 0.5,
45
+ "svr_gamma": "0.01",
46
+ "weight_pls": 0.05
47
+ },
48
+ {
49
+ "fold": 4,
50
+ "n_train": 200,
51
+ "n_test": 50,
52
+ "MAE": 2.2665057328879312,
53
+ "RMSE": 2.789122512919339,
54
+ "R2": -0.3010225932924402,
55
+ "pls_n_components": 1,
56
+ "svr_C": 2.0,
57
+ "svr_gamma": "scale",
58
+ "weight_pls": 0.1
59
+ },
60
+ {
61
+ "fold": 5,
62
+ "n_train": 200,
63
+ "n_test": 50,
64
+ "MAE": 1.909451873691015,
65
+ "RMSE": 2.554932460464374,
66
+ "R2": -0.042834328430729096,
67
+ "pls_n_components": 1,
68
+ "svr_C": 2.0,
69
+ "svr_gamma": "0.01",
70
+ "weight_pls": 0.0
71
+ }
72
+ ],
73
+ "pipeline": "Shades-of-Gray -> ConvNeXt-Tiny (frozen, nail only) -> mean+std/patient -> standardise -> PLS + SVR(RBF) -> isotonic -> weighted blend"
74
+ }