Synav commited on
Commit
2bd5469
·
verified ·
1 Parent(s): d445732

Update latest metadata (20260123-133858)

Browse files
Files changed (1) hide show
  1. latest/meta.json +71 -55
latest/meta.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "framework": "ExplainML Studio",
3
  "model": "Logistic Regression",
4
- "created_at_utc": "2026-01-23T12:07:08.199443",
5
  "schema": {
6
  "features": [
7
  "Age (years) ",
@@ -116,13 +116,13 @@
116
  "use_dimred": false,
117
  "svd_components": null,
118
  "use_feature_selection": true,
119
- "l1_C": 0.01,
120
- "selection_method": "SelectFromModel(L1 saga, threshold=mean)",
121
  "note": "If SVD is enabled, SHAP becomes component-level (less interpretable)."
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,
@@ -139,6 +139,22 @@
139
  "fn": 2,
140
  "tp": 3
141
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  "roc_curve": {
143
  "fpr": [
144
  0.0,
@@ -151,22 +167,22 @@
151
  "tpr": [
152
  0.0,
153
  0.2,
154
- 0.6,
155
- 0.6,
156
  1.0,
157
  1.0
158
  ],
159
  "thresholds": [
160
  Infinity,
161
- 0.8739211088568314,
162
- 0.7468184460902701,
163
- 0.7066013061208861,
164
- 0.2467353812614396,
165
- 0.012548502090252777
166
  ]
167
  },
168
  "pr_curve": {
169
- "average_precision": 0.9266666666666665,
170
  "precision": [
171
  0.25,
172
  0.2631578947368421,
@@ -185,7 +201,7 @@
185
  0.8333333333333334,
186
  0.8,
187
  0.75,
188
- 1.0,
189
  1.0,
190
  1.0,
191
  1.0
@@ -208,32 +224,32 @@
208
  1.0,
209
  0.8,
210
  0.6,
211
- 0.6,
212
  0.4,
213
  0.2,
214
  0.0
215
  ],
216
  "thresholds": [
217
- 0.012548502090252777,
218
- 0.018320034121096673,
219
- 0.03207517987684885,
220
- 0.04255343386336029,
221
- 0.07001748176505752,
222
- 0.07292551988001227,
223
- 0.08373678936487845,
224
- 0.08573835428039385,
225
- 0.10781683419473974,
226
- 0.11360226588949848,
227
- 0.11819637506115198,
228
- 0.17935219774593242,
229
- 0.18750921310394686,
230
- 0.21078248497680807,
231
- 0.2467353812614396,
232
- 0.2805566536044616,
233
- 0.7066013061208861,
234
- 0.7468184460902701,
235
- 0.8010817192643943,
236
- 0.8739211088568314
237
  ]
238
  },
239
  "calibration": {
@@ -248,14 +264,14 @@
248
  0.75
249
  ],
250
  "prob_pred": [
251
- 0.02637428748788965,
252
- 0.07555993033664941,
253
- 0.10238581812154403,
254
- 0.16168592863701042,
255
- 0.24602483994756974,
256
- 0.7821056450830954
257
  ],
258
- "brier": 0.09410148415752227
259
  },
260
  "decision_curve": {
261
  "thresholds": [
@@ -287,16 +303,16 @@
287
  ],
288
  "net_benefit_model": [
289
  0.24242424242424243,
290
- 0.22054433713784022,
291
- 0.21467889908256882,
292
- 0.21945244956772333,
293
- 0.20806451612903226,
294
- 0.23637327677624603,
295
- 0.18288590604026847,
296
- 0.12899408284023667,
297
- 0.12462311557788944,
298
- 0.11967871485943775,
299
- 0.1140401146131805,
300
  0.10755007704160245,
301
  0.09999999999999999,
302
  0.0911070780399274,
@@ -304,12 +320,12 @@
304
  0.06754966887417216,
305
  0.051485148514851475,
306
  0.03098591549295776,
307
- 0.15,
308
- 0.1,
309
- 0.05,
 
310
  0.05,
311
  0.0,
312
- 0.0,
313
  0.0
314
  ],
315
  "net_benefit_all": [
 
1
  {
2
  "framework": "ExplainML Studio",
3
  "model": "Logistic Regression",
4
+ "created_at_utc": "2026-01-23T13:37:30.028739",
5
  "schema": {
6
  "features": [
7
  "Age (years) ",
 
116
  "use_dimred": false,
117
  "svd_components": null,
118
  "use_feature_selection": true,
119
+ "l1_C": 1.0,
120
+ "selection_method": "SelectFromModel(L1 saga, threshold=median)",
121
  "note": "If SVD is enabled, SHAP becomes component-level (less interpretable)."
122
  },
123
  "positive_class": "YES",
124
  "metrics": {
125
+ "roc_auc": 0.96,
126
  "n_train": 79,
127
  "n_test": 20,
128
  "threshold@0.5": 0.5,
 
139
  "fn": 2,
140
  "tp": 3
141
  },
142
+ "best_threshold_by": "f1",
143
+ "best_threshold": 0.38999999999999996,
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,
 
167
  "tpr": [
168
  0.0,
169
  0.2,
170
+ 0.4,
171
+ 0.4,
172
  1.0,
173
  1.0
174
  ],
175
  "thresholds": [
176
  Infinity,
177
+ 0.9378254242686687,
178
+ 0.88760241953589,
179
+ 0.884167854999085,
180
+ 0.4000240515096651,
181
+ 0.027746341391876355
182
  ]
183
  },
184
  "pr_curve": {
185
+ "average_precision": 0.8766666666666667,
186
  "precision": [
187
  0.25,
188
  0.2631578947368421,
 
201
  0.8333333333333334,
202
  0.8,
203
  0.75,
204
+ 0.6666666666666666,
205
  1.0,
206
  1.0,
207
  1.0
 
224
  1.0,
225
  0.8,
226
  0.6,
227
+ 0.4,
228
  0.4,
229
  0.2,
230
  0.0
231
  ],
232
  "thresholds": [
233
+ 0.027746341391876355,
234
+ 0.03584248012168387,
235
+ 0.05777650647036597,
236
+ 0.0911980600078118,
237
+ 0.11991753381730602,
238
+ 0.14674005692468994,
239
+ 0.18127204292990906,
240
+ 0.20509368968500238,
241
+ 0.21925089052142008,
242
+ 0.22381777805458666,
243
+ 0.23067484306465524,
244
+ 0.27274698075360226,
245
+ 0.304279162776166,
246
+ 0.38719559954886756,
247
+ 0.4000240515096651,
248
+ 0.4433367573356869,
249
+ 0.8823268784403756,
250
+ 0.884167854999085,
251
+ 0.88760241953589,
252
+ 0.9378254242686687
253
  ]
254
  },
255
  "calibration": {
 
264
  0.75
265
  ],
266
  "prob_pred": [
267
+ 0.0531408469979345,
268
+ 0.14930987789063502,
269
+ 0.21605411942033637,
270
+ 0.2692336621981412,
271
+ 0.4101854694647398,
272
+ 0.8979806443110048
273
  ],
274
+ "brier": 0.10373813682672768
275
  },
276
  "decision_curve": {
277
  "thresholds": [
 
303
  ],
304
  "net_benefit_model": [
305
  0.24242424242424243,
306
+ 0.21518876207199297,
307
+ 0.1944954128440367,
308
+ 0.17363112391930835,
309
+ 0.15564516129032258,
310
+ 0.15461293743372218,
311
+ 0.18154362416107384,
312
+ 0.18698224852071005,
313
+ 0.19924623115577889,
314
+ 0.1893574297188755,
315
+ 0.16404011461318052,
316
  0.10755007704160245,
317
  0.09999999999999999,
318
  0.0911070780399274,
 
320
  0.06754966887417216,
321
  0.051485148514851475,
322
  0.03098591549295776,
323
+ 0.0039215686274509665,
324
+ -0.03346303501945533,
325
+ -0.08846153846153848,
326
+ -0.1773584905660376,
327
  0.05,
328
  0.0,
 
329
  0.0
330
  ],
331
  "net_benefit_all": [