Synav commited on
Commit
8fc3c9c
·
verified ·
1 Parent(s): 796e940

Update latest metadata (20260123-144600)

Browse files
Files changed (1) hide show
  1. latest/meta.json +179 -176
latest/meta.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "framework": "ExplainML Studio",
3
  "model": "Logistic Regression",
4
- "created_at_utc": "2026-01-23T14:32:32.012803",
5
  "schema": {
6
  "features": [
7
  "Age (years) ",
@@ -57,24 +57,22 @@
57
  ],
58
  "numeric": [
59
  "Age (years) ",
60
- "WBCs on Admission\n ( x10^9/L) ",
61
- "Hb on Admission (g/L)",
62
- "LDH on Admission (IU/L) ",
63
- "Pre-Induction bone marrow biopsy blasts %",
64
- "Date of 1st Bone Marrow biopsy (Date of Diagnosis) ",
65
- "Date of 1st CR",
66
- "fish_abnormality_count",
67
- "ngs_mutation_count"
68
- ],
69
- "categorical": [
70
  "Gender",
71
  "Ethnicity ",
72
  "Type of Leukemia ",
73
  "ECOG ",
74
  "Risk Assesment",
 
 
 
75
  "CNS Involvement ",
76
  "MDx Leukemia Screen 1",
 
 
 
 
77
  "Post-Induction MRD ",
 
78
  "Induction ",
79
  "thrombocytopenia y=1/no=0",
80
  "bleeding Y/N",
@@ -97,6 +95,7 @@
97
  "fish_tp53_del17p",
98
  "fish_del13q",
99
  "fish_del11q",
 
100
  "ngs_flt3",
101
  "ngs_npm1",
102
  "ngs_cebpa",
@@ -107,7 +106,8 @@
107
  "ngs_tp53",
108
  "ngs_runx1",
109
  "ngs_Other",
110
- "ngs_spliceosome"
 
111
  ],
112
  "label": "AA"
113
  },
@@ -122,64 +122,67 @@
122
  },
123
  "positive_class": "YES",
124
  "metrics": {
125
- "roc_auc": 0.9466666666666667,
126
  "n_train": 79,
127
  "n_test": 20,
128
  "threshold@0.5": 0.5,
129
- "accuracy@0.5": 0.9,
130
- "balanced_accuracy@0.5": 0.8666666666666667,
131
- "precision@0.5": 0.8,
132
- "recall@0.5": 0.8,
133
- "f1@0.5": 0.8,
134
- "sensitivity@0.5": 0.8,
135
- "specificity@0.5": 0.9333333333333333,
136
  "confusion_matrix@0.5": {
137
- "tn": 14,
138
- "fp": 1,
139
- "fn": 1,
140
- "tp": 4
141
  },
142
  "best_threshold_by": "f1",
143
- "best_threshold": 0.3449999999999999,
144
- "best_f1": 0.9090909090909091,
145
  "accuracy@best": 0.95,
146
- "balanced_accuracy@best": 0.9666666666666667,
147
- "precision@best": 0.8333333333333334,
148
- "recall@best": 1.0,
149
- "f1@best": 0.9090909090909091,
150
- "sensitivity@best": 1.0,
151
- "specificity@best": 0.9333333333333333,
152
  "confusion_matrix@best": {
153
- "tn": 14,
154
- "fp": 1,
155
- "fn": 0,
156
- "tp": 5
157
  },
158
  "roc_curve": {
159
  "fpr": [
160
  0.0,
161
  0.0,
162
- 0.06666666666666667,
163
- 0.06666666666666667,
 
164
  1.0
165
  ],
166
  "tpr": [
167
  0.0,
168
  0.2,
169
- 0.2,
 
170
  1.0,
171
  1.0
172
  ],
173
  "thresholds": [
174
  Infinity,
175
- 0.9254745886889401,
176
- 0.8902990598084368,
177
- 0.36620112379138375,
178
- 0.03198176355667224
 
179
  ]
180
  },
181
  "pr_curve": {
182
- "average_precision": 0.81,
183
  "precision": [
184
  0.25,
185
  0.2631578947368421,
@@ -195,11 +198,11 @@
195
  0.5555555555555556,
196
  0.625,
197
  0.7142857142857143,
198
- 0.8333333333333334,
199
- 0.8,
200
- 0.75,
201
  0.6666666666666666,
202
- 0.5,
 
 
 
203
  1.0,
204
  1.0
205
  ],
@@ -218,40 +221,40 @@
218
  1.0,
219
  1.0,
220
  1.0,
221
- 1.0,
 
222
  0.8,
223
  0.6,
224
  0.4,
225
  0.2,
226
- 0.2,
227
  0.0
228
  ],
229
  "thresholds": [
230
- 0.03198176355667224,
231
- 0.037401624958104424,
232
- 0.0802086576682126,
233
- 0.08843102277375729,
234
- 0.11182860197648069,
235
- 0.13318880246772966,
236
- 0.15420468338247417,
237
- 0.16139305565924184,
238
- 0.22205231094772354,
239
- 0.24771220395701088,
240
- 0.28883505245326674,
241
- 0.3206584218325387,
242
- 0.33816916007134257,
243
- 0.3414450063762322,
244
- 0.36620112379138375,
245
- 0.5266747275976891,
246
- 0.8863041543407644,
247
- 0.8869876817047686,
248
- 0.8902990598084368,
249
- 0.9254745886889401
250
  ]
251
  },
252
  "calibration": {
253
  "n_bins": 10,
254
- "strategy": "quantile",
255
  "prob_true": [
256
  0.0,
257
  0.0,
@@ -259,24 +262,24 @@
259
  0.0,
260
  0.0,
261
  0.0,
262
- 0.0,
263
  1.0,
 
264
  1.0,
265
- 0.5
266
  ],
267
  "prob_pred": [
268
- 0.03469169425738833,
269
- 0.08431984022098495,
270
- 0.12250870222210516,
271
- 0.157798869520858,
272
- 0.2348822574523672,
273
- 0.3047467371429027,
274
- 0.3398070832237874,
275
- 0.44643792569453644,
276
- 0.8866459180227665,
277
- 0.9078868242486884
278
  ],
279
- "brier": 0.10371144228183997
280
  },
281
  "decision_curve": {
282
  "thresholds": [
@@ -384,101 +387,101 @@
384
  0.24242424242424243,
385
  0.23469387755102042,
386
  0.2268041237113402,
387
- 0.22291666666666665,
388
- 0.21578947368421053,
389
- 0.20851063829787234,
390
- 0.2010752688172043,
391
- 0.1934782608695652,
392
- 0.1956043956043956,
393
- 0.18888888888888888,
394
- 0.18202247191011234,
395
- 0.18181818181818182,
396
- 0.17528735632183906,
397
- 0.17674418604651163,
398
- 0.17058823529411762,
399
- 0.1738095238095238,
400
- 0.1783132530120482,
401
- 0.17317073170731706,
402
- 0.16790123456790124,
403
- 0.1625,
404
- 0.1569620253164557,
405
- 0.1512820512820513,
406
- 0.16038961038961042,
407
- 0.15526315789473683,
408
- 0.16666666666666669,
409
- 0.16216216216216217,
410
- 0.15753424657534246,
411
- 0.15277777777777776,
412
- 0.16830985915492958,
413
- 0.16428571428571426,
414
- 0.16014492753623188,
415
- 0.15588235294117647,
416
- 0.1761194029850746,
417
- 0.1984848484848485,
418
- 0.22307692307692306,
419
- 0.221875,
420
- 0.17063492063492064,
421
- 0.16935483870967744,
422
- 0.16803278688524592,
423
- 0.16666666666666669,
424
- 0.1652542372881356,
425
- 0.16379310344827586,
426
- 0.16228070175438597,
427
- 0.16071428571428573,
428
- 0.15909090909090912,
429
- 0.1574074074074074,
430
- 0.1556603773584906,
431
- 0.15384615384615385,
432
- 0.1519607843137255,
433
- 0.15000000000000002,
434
- 0.14795918367346939,
435
- 0.14583333333333334,
436
- 0.09361702127659573,
437
- 0.09130434782608694,
438
- 0.08888888888888886,
439
- 0.08636363636363635,
440
- 0.08372093023255811,
441
- 0.08095238095238093,
442
- 0.07804878048780488,
443
- 0.075,
444
- 0.07179487179487179,
445
- 0.06842105263157894,
446
- 0.06486486486486485,
447
- 0.06111111111111109,
448
- 0.05714285714285712,
449
- 0.052941176470588214,
450
- 0.04848484848484845,
451
- 0.04374999999999997,
452
- 0.0387096774193548,
453
- 0.0333333333333333,
454
- 0.027586206896551654,
455
- 0.021428571428571436,
456
- 0.014814814814814836,
457
- 0.007692307692307693,
458
- -2.7755575615628914e-17,
459
- -0.00833333333333336,
460
- -0.017391304347826125,
461
- -0.02727272727272731,
462
- -0.038095238095238154,
463
- -0.05000000000000007,
464
- -0.06315789473684219,
465
- -0.07777777777777786,
466
- -0.09411764705882367,
467
- -0.11250000000000018,
468
- -0.13333333333333333,
469
- -0.15714285714285717,
470
- -0.1846153846153846,
471
- -0.2166666666666667,
472
- -0.3545454545454546,
 
 
 
 
 
 
473
  0.05,
474
  0.05,
475
  0.05,
476
- 0.0,
477
- 0.0,
478
- 0.0,
479
- 0.0,
480
- 0.0,
481
- 0.0,
482
  0.0
483
  ],
484
  "net_benefit_all": [
 
1
  {
2
  "framework": "ExplainML Studio",
3
  "model": "Logistic Regression",
4
+ "created_at_utc": "2026-01-23T14:45:44.778221",
5
  "schema": {
6
  "features": [
7
  "Age (years) ",
 
57
  ],
58
  "numeric": [
59
  "Age (years) ",
 
 
 
 
 
 
 
 
 
 
60
  "Gender",
61
  "Ethnicity ",
62
  "Type of Leukemia ",
63
  "ECOG ",
64
  "Risk Assesment",
65
+ "WBCs on Admission\n ( x10^9/L) ",
66
+ "Hb on Admission (g/L)",
67
+ "LDH on Admission (IU/L) ",
68
  "CNS Involvement ",
69
  "MDx Leukemia Screen 1",
70
+ "Pre-Induction bone marrow biopsy blasts %",
71
+ "Date of 1st Bone Marrow biopsy (Date of Diagnosis) "
72
+ ],
73
+ "categorical": [
74
  "Post-Induction MRD ",
75
+ "Date of 1st CR",
76
  "Induction ",
77
  "thrombocytopenia y=1/no=0",
78
  "bleeding Y/N",
 
95
  "fish_tp53_del17p",
96
  "fish_del13q",
97
  "fish_del11q",
98
+ "fish_abnormality_count",
99
  "ngs_flt3",
100
  "ngs_npm1",
101
  "ngs_cebpa",
 
106
  "ngs_tp53",
107
  "ngs_runx1",
108
  "ngs_Other",
109
+ "ngs_spliceosome",
110
+ "ngs_mutation_count"
111
  ],
112
  "label": "AA"
113
  },
 
122
  },
123
  "positive_class": "YES",
124
  "metrics": {
125
+ "roc_auc": 0.9733333333333334,
126
  "n_train": 79,
127
  "n_test": 20,
128
  "threshold@0.5": 0.5,
129
+ "accuracy@0.5": 0.85,
130
+ "balanced_accuracy@0.5": 0.9,
131
+ "precision@0.5": 0.625,
132
+ "recall@0.5": 1.0,
133
+ "f1@0.5": 0.7692307692307693,
134
+ "sensitivity@0.5": 1.0,
135
+ "specificity@0.5": 0.8,
136
  "confusion_matrix@0.5": {
137
+ "tn": 12,
138
+ "fp": 3,
139
+ "fn": 0,
140
+ "tp": 5
141
  },
142
  "best_threshold_by": "f1",
143
+ "best_threshold": 0.7949999999999999,
144
+ "best_f1": 0.8888888888888888,
145
  "accuracy@best": 0.95,
146
+ "balanced_accuracy@best": 0.9,
147
+ "precision@best": 1.0,
148
+ "recall@best": 0.8,
149
+ "f1@best": 0.8888888888888888,
150
+ "sensitivity@best": 0.8,
151
+ "specificity@best": 1.0,
152
  "confusion_matrix@best": {
153
+ "tn": 15,
154
+ "fp": 0,
155
+ "fn": 1,
156
+ "tp": 4
157
  },
158
  "roc_curve": {
159
  "fpr": [
160
  0.0,
161
  0.0,
162
+ 0.0,
163
+ 0.13333333333333333,
164
+ 0.13333333333333333,
165
  1.0
166
  ],
167
  "tpr": [
168
  0.0,
169
  0.2,
170
+ 0.8,
171
+ 0.8,
172
  1.0,
173
  1.0
174
  ],
175
  "thresholds": [
176
  Infinity,
177
+ 0.9860596002226807,
178
+ 0.85048205100401,
179
+ 0.7453030737019612,
180
+ 0.6131509264272454,
181
+ 0.04765789243485154
182
  ]
183
  },
184
  "pr_curve": {
185
+ "average_precision": 0.9428571428571428,
186
  "precision": [
187
  0.25,
188
  0.2631578947368421,
 
198
  0.5555555555555556,
199
  0.625,
200
  0.7142857142857143,
 
 
 
201
  0.6666666666666666,
202
+ 0.8,
203
+ 1.0,
204
+ 1.0,
205
+ 1.0,
206
  1.0,
207
  1.0
208
  ],
 
221
  1.0,
222
  1.0,
223
  1.0,
224
+ 0.8,
225
+ 0.8,
226
  0.8,
227
  0.6,
228
  0.4,
229
  0.2,
 
230
  0.0
231
  ],
232
  "thresholds": [
233
+ 0.04765789243485154,
234
+ 0.08757306982044713,
235
+ 0.10853350905251094,
236
+ 0.13770109586480014,
237
+ 0.19051772857721794,
238
+ 0.23006066877471198,
239
+ 0.27889904390801434,
240
+ 0.3032893359333889,
241
+ 0.34578575562777525,
242
+ 0.37060660547022706,
243
+ 0.4016075779993519,
244
+ 0.49054046595613143,
245
+ 0.5091179612666981,
246
+ 0.6131509264272454,
247
+ 0.7453030737019612,
248
+ 0.7930132540744879,
249
+ 0.85048205100401,
250
+ 0.8725141106231229,
251
+ 0.9358685316706183,
252
+ 0.9860596002226807
253
  ]
254
  },
255
  "calibration": {
256
  "n_bins": 10,
257
+ "strategy": "uniform",
258
  "prob_true": [
259
  0.0,
260
  0.0,
 
262
  0.0,
263
  0.0,
264
  0.0,
 
265
  1.0,
266
+ 0.0,
267
  1.0,
268
+ 1.0
269
  ],
270
  "prob_pred": [
271
+ 0.06761548112764934,
272
+ 0.14558411116484302,
273
+ 0.25447985634136316,
274
+ 0.3398938990104637,
275
+ 0.44607402197774165,
276
+ 0.5091179612666981,
277
+ 0.6131509264272454,
278
+ 0.7691581638882246,
279
+ 0.8614980808135664,
280
+ 0.9609640659466495
281
  ],
282
+ "brier": 0.12973132660880046
283
  },
284
  "decision_curve": {
285
  "thresholds": [
 
387
  0.24242424242424243,
388
  0.23469387755102042,
389
  0.2268041237113402,
390
+ 0.21875,
391
+ 0.2131578947368421,
392
+ 0.2053191489361702,
393
+ 0.19731182795698926,
394
+ 0.18913043478260871,
395
+ 0.18571428571428572,
396
+ 0.17777777777777778,
397
+ 0.17584269662921348,
398
+ 0.1681818181818182,
399
+ 0.16034482758620688,
400
+ 0.16046511627906976,
401
+ 0.1529411764705882,
402
+ 0.14523809523809522,
403
+ 0.1373493975903614,
404
+ 0.1292682926829268,
405
+ 0.12098765432098765,
406
+ 0.125,
407
+ 0.1170886075949367,
408
+ 0.10897435897435898,
409
+ 0.10064935064935066,
410
+ 0.10789473684210524,
411
+ 0.1,
412
+ 0.09189189189189187,
413
+ 0.08356164383561643,
414
+ 0.09444444444444441,
415
+ 0.08661971830985912,
416
+ 0.07857142857142854,
417
+ 0.0927536231884058,
418
+ 0.08529411764705883,
419
+ 0.07761194029850743,
420
+ 0.06969696969696967,
421
+ 0.08846153846153845,
422
+ 0.08124999999999996,
423
+ 0.0738095238095238,
424
+ 0.0967741935483871,
425
+ 0.0901639344262295,
426
+ 0.08333333333333331,
427
+ 0.11101694915254237,
428
+ 0.10517241379310341,
429
+ 0.09912280701754386,
430
+ 0.09285714285714286,
431
+ 0.08636363636363636,
432
+ 0.0796296296296296,
433
+ 0.07264150943396225,
434
+ 0.06538461538461537,
435
+ 0.05784313725490198,
436
+ 0.1,
437
+ 0.14591836734693875,
438
+ 0.14166666666666666,
439
+ 0.13723404255319147,
440
+ 0.1326086956521739,
441
+ 0.12777777777777774,
442
+ 0.12272727272727271,
443
+ 0.11744186046511623,
444
+ 0.11190476190476187,
445
+ 0.10609756097560977,
446
+ 0.1,
447
+ 0.09358974358974359,
448
+ 0.0368421052631579,
449
+ 0.02972972972972973,
450
+ 0.0222222222222222,
451
+ 0.014285714285714263,
452
+ 0.00588235294117645,
453
+ -0.0030303030303030776,
454
+ -0.012500000000000039,
455
+ -0.02258064516129038,
456
+ -0.03333333333333338,
457
+ -0.04482758620689667,
458
+ -0.057142857142857106,
459
+ -0.0703703703703703,
460
+ -0.08461538461538459,
461
+ 0.04999999999999999,
462
+ 0.04166666666666666,
463
+ 0.03260869565217389,
464
+ 0.022727272727272707,
465
+ 0.011904761904761862,
466
+ 0.2,
467
+ 0.2,
468
+ 0.2,
469
+ 0.2,
470
+ 0.2,
471
+ 0.2,
472
+ 0.15,
473
+ 0.15,
474
+ 0.1,
475
+ 0.1,
476
+ 0.1,
477
+ 0.1,
478
+ 0.1,
479
+ 0.1,
480
+ 0.05,
481
+ 0.05,
482
  0.05,
483
  0.05,
484
  0.05,
 
 
 
 
 
 
485
  0.0
486
  ],
487
  "net_benefit_all": [