emergentphysicslab commited on
Commit
2dddab2
·
verified ·
1 Parent(s): c5e98e9

Upload demo_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. demo_results.json +768 -0
demo_results.json ADDED
@@ -0,0 +1,768 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timeseries": {
3
+ "scenario": "Time Series Anomaly Detection",
4
+ "description": "Sinusoidal signals with injected anomalies (spikes, shifts, frequency changes, flatlines)",
5
+ "training_count": 15,
6
+ "test_labels": [
7
+ "Normal pattern 1",
8
+ "Normal pattern 2",
9
+ "Normal pattern 3",
10
+ "Spike injection (8x)",
11
+ "Level shift (+3)",
12
+ "Frequency change (5x)",
13
+ "Dead sensor (flatline)"
14
+ ],
15
+ "expected_anomaly": [
16
+ false,
17
+ false,
18
+ false,
19
+ true,
20
+ true,
21
+ true,
22
+ true
23
+ ],
24
+ "results": [
25
+ {
26
+ "score": 0.0,
27
+ "is_anomaly": false,
28
+ "confidence": 0.0037
29
+ },
30
+ {
31
+ "score": 0.0746,
32
+ "is_anomaly": false,
33
+ "confidence": 0.0078
34
+ },
35
+ {
36
+ "score": 0.0,
37
+ "is_anomaly": false,
38
+ "confidence": 0.002
39
+ },
40
+ {
41
+ "score": 78.839,
42
+ "is_anomaly": true,
43
+ "confidence": 1.0
44
+ },
45
+ {
46
+ "score": 43.4721,
47
+ "is_anomaly": true,
48
+ "confidence": 1.0
49
+ },
50
+ {
51
+ "score": 80.886,
52
+ "is_anomaly": true,
53
+ "confidence": 1.0
54
+ },
55
+ {
56
+ "score": 483.3547,
57
+ "is_anomaly": true,
58
+ "confidence": 1.0
59
+ }
60
+ ],
61
+ "train_preview": [
62
+ [
63
+ 0.5979590127379317,
64
+ 0.6450540030544787,
65
+ 0.5350165414574038,
66
+ 0.4937857965808339,
67
+ 0.21381962473614044,
68
+ 0.0940989148420415,
69
+ -0.03822109254587202,
70
+ -0.20150094664506057,
71
+ -0.4965658525313007,
72
+ -0.2626284720996421,
73
+ -0.3925025646794144,
74
+ -0.7352308231448937,
75
+ -0.7247737107953075,
76
+ -0.8441377552441505,
77
+ -0.9155177302279167,
78
+ -1.120553806948159,
79
+ -1.0160614173875893,
80
+ -0.9242139503211223,
81
+ -0.7427522467586407,
82
+ -0.9575941568963368,
83
+ -0.9667409526697768,
84
+ -0.9963773022617943,
85
+ -0.9552158440989996,
86
+ -0.7361041974302485,
87
+ -0.7237599957172729,
88
+ -0.7260725900338159,
89
+ -0.663446551118208,
90
+ -0.4670251977867294,
91
+ -0.38636992808877413,
92
+ -0.21024528881719848,
93
+ -0.1058818577538553,
94
+ 0.08411558933569233,
95
+ 0.04604443118631771,
96
+ 0.40629784320829,
97
+ 0.6945938440480359,
98
+ 0.6489472060582753,
99
+ 0.655572016917595,
100
+ 0.8156037700062183,
101
+ 0.7082942704572684,
102
+ 0.7193614343402388,
103
+ 1.0091372887420234,
104
+ 0.91672987982048,
105
+ 0.8587167287757973,
106
+ 0.9118545577736095,
107
+ 0.8769690447231652,
108
+ 0.9773215830391829,
109
+ 0.9801185323123803,
110
+ 0.9535709816809316,
111
+ 0.8829193229730213,
112
+ 0.784646804267098
113
+ ],
114
+ [
115
+ 0.36471221790572916,
116
+ 0.5283152673052932,
117
+ 0.6937827347438197,
118
+ 0.8487828313434508,
119
+ 0.7815476736513408,
120
+ 0.8755161846060464,
121
+ 0.8333847666357037,
122
+ 0.8588330295954352,
123
+ 1.0780755196382328,
124
+ 1.134448380577775,
125
+ 0.9772241372163558,
126
+ 1.0542149770804627,
127
+ 0.9437994451785021,
128
+ 0.7819946671519491,
129
+ 0.8076173874332685,
130
+ 0.8375850232102359,
131
+ 0.5812746311990369,
132
+ 0.6327941296065702,
133
+ 0.09800646097488636,
134
+ 0.3199115515821626,
135
+ 0.12026296053660183,
136
+ -0.04633731220742747,
137
+ -0.1349854422383482,
138
+ -0.4682762259119808,
139
+ -0.41241883777519994,
140
+ -0.46926150109801024,
141
+ -0.46341282430304315,
142
+ -0.7592227974336455,
143
+ -0.8728232636462426,
144
+ -0.9137235458682,
145
+ -0.8294021362088398,
146
+ -0.9303398955893896,
147
+ -1.0426477217302494,
148
+ -0.9485512708651236,
149
+ -0.983958602714911,
150
+ -0.8742742279484628,
151
+ -1.0028703346927343,
152
+ -0.9116432043374313,
153
+ -0.8498686334908849,
154
+ -0.8754791625282627,
155
+ -0.606013233399917,
156
+ -0.5055803780651509,
157
+ -0.4185049359301599,
158
+ -0.32292513548373797,
159
+ -0.3165364065306363,
160
+ -0.08972329058283457,
161
+ 0.04619291955411339,
162
+ 0.12703855104705866,
163
+ 0.3145363070109817,
164
+ 0.4890390559094465
165
+ ],
166
+ [
167
+ -0.21209653924938315,
168
+ -0.10341485845982223,
169
+ -0.36768232121573297,
170
+ -0.6491873382228943,
171
+ -0.6971879465435284,
172
+ -0.7876045556158981,
173
+ -0.7652197227299457,
174
+ -0.8930910310456719,
175
+ -0.9761697584441877,
176
+ -0.9553329180392776,
177
+ -0.9377333536753513,
178
+ -1.0250117165761206,
179
+ -1.0537745216174352,
180
+ -1.0192888940621905,
181
+ -0.9079478502334088,
182
+ -0.8919923725874334,
183
+ -0.7492147127516191,
184
+ -0.8620517092429066,
185
+ -0.7334672079607858,
186
+ -0.4767102461133154,
187
+ -0.5232007861646379,
188
+ -0.1863357567216787,
189
+ -0.06060394685439635,
190
+ 0.06502340743892056,
191
+ -0.03413942774583781,
192
+ 0.18886252965339428,
193
+ 0.25610331103986855,
194
+ 0.5170209205011331,
195
+ 0.7076496166713845,
196
+ 0.727815177977738,
197
+ 0.7343215124033221,
198
+ 0.7777614656193383,
199
+ 0.9467613497608837,
200
+ 0.8126226074578591,
201
+ 1.0262496532763148,
202
+ 0.9028827171724958,
203
+ 1.0618151629205483,
204
+ 0.9726590974991399,
205
+ 0.9226835949306589,
206
+ 0.8299280288988085,
207
+ 0.8246925909986316,
208
+ 0.8437398968322273,
209
+ 0.8073333661502505,
210
+ 0.658869333956378,
211
+ 0.635936193206472,
212
+ 0.6385842785249276,
213
+ 0.23102313920979398,
214
+ 0.11736358456332502,
215
+ -0.13384100660947376,
216
+ 0.0012818672087064747
217
+ ]
218
+ ],
219
+ "test_preview": [
220
+ [
221
+ -0.8780520448600109,
222
+ -1.1330824381362388,
223
+ -1.0685737311356398,
224
+ -1.0240599306237566,
225
+ -0.9937908526601601,
226
+ -0.8951239438355882,
227
+ -0.8945476450588506,
228
+ -0.9859985404316924,
229
+ -0.7405932418393482,
230
+ -0.6309185704143898,
231
+ -0.5379999725632765,
232
+ -0.3781496981709704,
233
+ -0.2871004620887585,
234
+ -0.20275609691557858,
235
+ -0.12978888135257924,
236
+ -0.16095069098723544,
237
+ 0.17594044948412912,
238
+ 0.2793971161053674,
239
+ 0.4071892806128185,
240
+ 0.36751948378502247,
241
+ 0.4941205544051382,
242
+ 0.8046848231649258,
243
+ 0.7810737233555601,
244
+ 0.9259488509912515,
245
+ 0.9193151291067354,
246
+ 0.9630947853741864,
247
+ 1.0818183017022691,
248
+ 0.9480334307729062,
249
+ 1.004483937038174,
250
+ 0.9275425177972904,
251
+ 0.8932293340033233,
252
+ 0.8532904119045603,
253
+ 0.8394310041746958,
254
+ 0.6889340767625509,
255
+ 0.769877480996796,
256
+ 0.45175464886094835,
257
+ 0.4105549837483846,
258
+ 0.2662476672129031,
259
+ 0.33080336983468817,
260
+ 0.07859001890805636,
261
+ 0.03398025152324151,
262
+ -0.3447626523172994,
263
+ -0.29328229382255777,
264
+ -0.3495507632884229,
265
+ -0.5416115811882671,
266
+ -0.5455897226019628,
267
+ -0.7954563011195634,
268
+ -0.6821704238241334,
269
+ -0.6590777031139262,
270
+ -0.9765168971256967
271
+ ],
272
+ [
273
+ -0.8811417465746598,
274
+ -0.7932981200426735,
275
+ -0.5990414702591731,
276
+ -0.3183494135002145,
277
+ -0.30715758396831644,
278
+ -0.23245622634080917,
279
+ -0.1249496565807361,
280
+ -0.0013901652610637527,
281
+ 0.03666953015094199,
282
+ 0.23185689974123352,
283
+ 0.36230817308106866,
284
+ 0.6466908264049156,
285
+ 0.6614209391311688,
286
+ 0.6838668715010473,
287
+ 1.0732450595470666,
288
+ 0.8379004250279374,
289
+ 1.0681693214865713,
290
+ 1.145115868523696,
291
+ 0.8414140465432756,
292
+ 1.0048175783643147,
293
+ 0.92830148863955,
294
+ 0.8867035122446796,
295
+ 0.9531316523913944,
296
+ 0.7715664716947208,
297
+ 0.7068243155635171,
298
+ 0.6497570139695233,
299
+ 0.5284308236305689,
300
+ 0.33832603662207344,
301
+ 0.4177037114598847,
302
+ 0.3198443513641771,
303
+ 0.1227011625006024,
304
+ -0.07741844444345528,
305
+ -0.23773382555704387,
306
+ -0.36227870203580204,
307
+ -0.17608973898534652,
308
+ -0.4311920309574722,
309
+ -0.7135152654722366,
310
+ -0.7072264288635194,
311
+ -0.8422585963235713,
312
+ -0.8166993570472023,
313
+ -0.8754350057656044,
314
+ -0.8608624294195395,
315
+ -1.077802898094699,
316
+ -0.989496697347447,
317
+ -1.1656284172046534,
318
+ -1.0910427631796442,
319
+ -0.8355833211979947,
320
+ -0.9625745095490742,
321
+ -0.880865309090148,
322
+ -0.713787521516342
323
+ ],
324
+ [
325
+ 0.930741163100713,
326
+ 1.0206319416784295,
327
+ 0.9959704213499031,
328
+ 1.0994308296112005,
329
+ 1.2001622508056693,
330
+ 0.8457022219574399,
331
+ 0.7864071538675044,
332
+ 0.8626127427594966,
333
+ 0.7367817928339975,
334
+ 0.7526810925356207,
335
+ 0.5164941801781817,
336
+ 0.30474114255712303,
337
+ 0.27671102693978344,
338
+ 0.20191736035034819,
339
+ 0.04500168957279335,
340
+ -0.11380435330067994,
341
+ -0.18264790842541068,
342
+ -0.29241888881458067,
343
+ -0.38444412903341774,
344
+ -0.5625185564439337,
345
+ -0.7385291513131987,
346
+ -0.789721551895832,
347
+ -0.753109491629369,
348
+ -1.0104743017008173,
349
+ -0.9316831960520559,
350
+ -1.0317506276340147,
351
+ -0.9971130280306624,
352
+ -0.8632933207129043,
353
+ -0.9469051299381297,
354
+ -0.9203859714946454,
355
+ -1.0048408690882027,
356
+ -0.7237889478012995,
357
+ -0.6503149948987663,
358
+ -0.4032490118129738,
359
+ -0.5448899828688912,
360
+ -0.37829309439375114,
361
+ -0.25479432019200554,
362
+ 0.0030812810229093046,
363
+ -0.036585379207434175,
364
+ 0.12889880350740304,
365
+ 0.28818041658505666,
366
+ 0.3687120425272581,
367
+ 0.42232030347439986,
368
+ 0.5956176684688789,
369
+ 0.78335551799685,
370
+ 0.6620247113181692,
371
+ 0.8541011441815044,
372
+ 0.8331140494432155,
373
+ 1.0701234418982155,
374
+ 0.8301836025259526
375
+ ],
376
+ [
377
+ -0.05589218472715884,
378
+ 0.1655983491909581,
379
+ 0.41020698683294143,
380
+ 0.3686919787720753,
381
+ 0.435197599334618,
382
+ 0.7862262374352749,
383
+ 0.550881160561862,
384
+ 0.5619508868060216,
385
+ 0.8991442080106793,
386
+ 0.8642072005805512,
387
+ 0.8565445713235893,
388
+ 1.0580174281443855,
389
+ 1.0238662875778077,
390
+ 0.9389712498755254,
391
+ 0.8468974723147342,
392
+ 1.0257141548777748,
393
+ 0.9516194241688662,
394
+ 0.8102546682190177,
395
+ 0.9249416966800823,
396
+ 0.5412199186751735,
397
+ 0.3929823841180752,
398
+ 0.36469293212943377,
399
+ 0.3105496163880711,
400
+ 0.21549257363364172,
401
+ 0.03994661419508024,
402
+ 8.0,
403
+ -0.3163125711204163,
404
+ -0.17073175761629425,
405
+ -0.4420988569568149,
406
+ -0.4338053180517357,
407
+ -0.6139558606700177,
408
+ -0.6946026751599369,
409
+ -0.7631955265737352,
410
+ -0.8418284503712685,
411
+ -0.8741961460630059,
412
+ -0.8420126591685805,
413
+ -0.9757269959790511,
414
+ -0.9285858404418367,
415
+ -0.9961553528431729,
416
+ -0.8146561314917136,
417
+ -0.9820518532217398,
418
+ -0.6750487197142648,
419
+ -0.7858472775324643,
420
+ -0.8387600608152918,
421
+ -0.5853000890001373,
422
+ -0.5588227177514267,
423
+ -0.29120264998050216,
424
+ -0.3189169818397474,
425
+ -0.1724955050059846,
426
+ -0.18895407309455337
427
+ ],
428
+ [
429
+ -0.04523063192490767,
430
+ -0.11451077097838969,
431
+ 0.09526430156093502,
432
+ 0.45130847049380385,
433
+ 0.5692975678690211,
434
+ 0.6406562866697123,
435
+ 0.598984936290565,
436
+ 0.7770603468538319,
437
+ 0.8547825090962893,
438
+ 0.7985761540965581,
439
+ 1.1090076832133757,
440
+ 1.0749180124720172,
441
+ 0.9773897988177215,
442
+ 0.9980676968486513,
443
+ 0.9957661929765789,
444
+ 0.7342949352073314,
445
+ 0.8618815681209404,
446
+ 0.7519738297971761,
447
+ 0.6401159960858241,
448
+ 0.6201183660191932,
449
+ 0.7253035538955013,
450
+ 0.4979680252442592,
451
+ 0.2579903190453412,
452
+ 0.24841690683698842,
453
+ 0.20400576363931344,
454
+ 3.028393148310564,
455
+ 2.8148044082906454,
456
+ 2.6201981042058224,
457
+ 2.635938592243801,
458
+ 2.4938136373316264,
459
+ 2.441290926694985,
460
+ 2.323239183092882,
461
+ 2.284783016934978,
462
+ 2.0598771724709435,
463
+ 2.1932709845136724,
464
+ 2.0448320482874163,
465
+ 2.2121469743133284,
466
+ 1.9315950019903554,
467
+ 2.1864145969020745,
468
+ 2.061123225309604,
469
+ 2.0204455766227425,
470
+ 2.0964686535892216,
471
+ 2.186133786712538,
472
+ 2.3467340440367046,
473
+ 2.454173018312334,
474
+ 2.4519124476022034,
475
+ 2.622297535894527,
476
+ 2.960572451951678,
477
+ 3.0448771553255645,
478
+ 3.043632366967403
479
+ ],
480
+ [
481
+ 0.003800347816820029,
482
+ 0.610113663163042,
483
+ 1.0200196503097023,
484
+ 0.8361891655299198,
485
+ 0.5197972474682145,
486
+ -0.2309286273684715,
487
+ -0.6083060830472603,
488
+ -0.9102083182115495,
489
+ -0.9627312692457503,
490
+ -0.33331887567493534,
491
+ 0.00530059538427112,
492
+ 0.5492450625825039,
493
+ 1.0096269652704473,
494
+ 0.9913091366342162,
495
+ 0.6022765082633453,
496
+ -0.23704705498826517,
497
+ -0.6324099137321847,
498
+ -0.9992299598992689,
499
+ -0.872405492999429,
500
+ -0.2869010111307092,
501
+ 0.31888687175084784,
502
+ 0.6241922667696045,
503
+ 1.1471402511732773,
504
+ 0.9581813900117022,
505
+ 0.2525519478726688,
506
+ -0.27552786467987633,
507
+ -0.7707692359686804,
508
+ -0.9734188396182972,
509
+ -0.8368619978525722,
510
+ -0.3208169207033123,
511
+ 0.3727115977802275,
512
+ 0.9724156649312821,
513
+ 1.0497391284086417,
514
+ 0.7032165638667045,
515
+ 0.2683284997662086,
516
+ -0.7187380011805649,
517
+ -0.7717227363357881,
518
+ -1.1611531612922605,
519
+ -0.7319266447438032,
520
+ -0.23984415114712437,
521
+ 0.36124940443184467,
522
+ 1.0304953017536636,
523
+ 0.9281577920506348,
524
+ 0.6828787834808627,
525
+ 0.05937816209279713,
526
+ -0.49783081848823213,
527
+ -0.9307862329437334,
528
+ -1.0869670754555185,
529
+ -0.49848384854650374,
530
+ -0.04937565831613247
531
+ ],
532
+ [
533
+ -0.01556581898659751,
534
+ -0.004281151609659125,
535
+ 0.01500759790634311,
536
+ 0.008502217421134928,
537
+ -0.003486521344078592,
538
+ -0.003492577043184288,
539
+ -0.003216350512173826,
540
+ 0.02076747983560841,
541
+ 0.0038193545223155333,
542
+ 0.004300416471910697,
543
+ 0.010302834540318422,
544
+ 0.002387891590265135,
545
+ -0.002590421458207031,
546
+ -0.001963498490849783,
547
+ -0.0007160125941406395,
548
+ -0.0003722223650984159,
549
+ 0.007276295436369798,
550
+ 0.0005194588580729944,
551
+ 0.007326400772155793,
552
+ -0.0008071658010858232,
553
+ 0.0007863519031609059,
554
+ -0.019982006845321077,
555
+ 0.009163276747024815,
556
+ 0.003464884758979927,
557
+ 0.009980101098596523,
558
+ -0.028962553781936892,
559
+ 0.020883747047807277,
560
+ -0.0013958962815517376,
561
+ 0.011081828167375166,
562
+ -0.010399059271255309,
563
+ 0.006127739050625697,
564
+ -0.010534155631736562,
565
+ -0.006237689606958051,
566
+ 0.019140313538667863,
567
+ -0.0019068240076334658,
568
+ 0.002174328731797229,
569
+ 0.008700677306887542,
570
+ 0.004956818879726046,
571
+ 0.0015041890514357642,
572
+ 0.003649610024662254,
573
+ 0.02403415585238275,
574
+ -0.0005761879703358539,
575
+ 0.002010990467149675,
576
+ 0.010506543960076121,
577
+ 0.011055259329579839,
578
+ 0.011870303055603802,
579
+ 0.0063873022202918465,
580
+ -0.011430049127304836,
581
+ 0.01633431532301096,
582
+ -0.01146345393018688
583
+ ]
584
+ ],
585
+ "elapsed_seconds": 0.22,
586
+ "grid_size": 32
587
+ },
588
+ "financial": {
589
+ "scenario": "Financial Transaction Fraud Detection",
590
+ "description": "Normal spending patterns vs fraud: large foreign purchases, card testing, structuring, micro-charges",
591
+ "training_count": 15,
592
+ "test_labels": [
593
+ "Normal transaction 1",
594
+ "Normal transaction 2",
595
+ "Normal transaction 3",
596
+ "Large foreign purchase at 3AM",
597
+ "Card testing (rapid + overseas)",
598
+ "Structuring attempt",
599
+ "Micro-charge testing"
600
+ ],
601
+ "expected_anomaly": [
602
+ false,
603
+ false,
604
+ false,
605
+ true,
606
+ true,
607
+ true,
608
+ true
609
+ ],
610
+ "results": [
611
+ {
612
+ "score": 0.711,
613
+ "is_anomaly": false,
614
+ "confidence": 0.0002
615
+ },
616
+ {
617
+ "score": 0.0,
618
+ "is_anomaly": false,
619
+ "confidence": 0.0
620
+ },
621
+ {
622
+ "score": 0.0,
623
+ "is_anomaly": false,
624
+ "confidence": 0.0
625
+ },
626
+ {
627
+ "score": 21.3186,
628
+ "is_anomaly": true,
629
+ "confidence": 1.0
630
+ },
631
+ {
632
+ "score": 164.9673,
633
+ "is_anomaly": true,
634
+ "confidence": 1.0
635
+ },
636
+ {
637
+ "score": 88.19,
638
+ "is_anomaly": true,
639
+ "confidence": 1.0
640
+ },
641
+ {
642
+ "score": 4505.8403,
643
+ "is_anomaly": true,
644
+ "confidence": 1.0
645
+ }
646
+ ],
647
+ "elapsed_seconds": 0.14,
648
+ "grid_size": 32
649
+ },
650
+ "process_health": {
651
+ "scenario": "Application Process Health Monitoring",
652
+ "description": "JVM/container metrics: memory leaks, GC storms, thread explosions, application crashes, subtle degradation",
653
+ "training_count": 20,
654
+ "test_labels": [
655
+ "Healthy snapshot 1",
656
+ "Healthy snapshot 2",
657
+ "Healthy snapshot 3",
658
+ "Memory leak + GC storm",
659
+ "Thread explosion",
660
+ "Application dying",
661
+ "Subtle degradation"
662
+ ],
663
+ "expected_anomaly": [
664
+ false,
665
+ false,
666
+ false,
667
+ true,
668
+ true,
669
+ true,
670
+ true
671
+ ],
672
+ "results": [
673
+ {
674
+ "score": 0.0,
675
+ "is_anomaly": false,
676
+ "confidence": 0.0
677
+ },
678
+ {
679
+ "score": 0.0,
680
+ "is_anomaly": false,
681
+ "confidence": 0.0
682
+ },
683
+ {
684
+ "score": 2.9417,
685
+ "is_anomaly": true,
686
+ "confidence": 0.0069
687
+ },
688
+ {
689
+ "score": 3.0548,
690
+ "is_anomaly": true,
691
+ "confidence": 0.009
692
+ },
693
+ {
694
+ "score": 131.938,
695
+ "is_anomaly": true,
696
+ "confidence": 1.0
697
+ },
698
+ {
699
+ "score": 391.8965,
700
+ "is_anomaly": true,
701
+ "confidence": 1.0
702
+ },
703
+ {
704
+ "score": 125.0241,
705
+ "is_anomaly": true,
706
+ "confidence": 1.0
707
+ }
708
+ ],
709
+ "elapsed_seconds": 0.17,
710
+ "grid_size": 32
711
+ },
712
+ "network": {
713
+ "scenario": "Network Intrusion Detection",
714
+ "description": "Network traffic analysis: SYN floods, port scanning, data exfiltration, network failures",
715
+ "training_count": 15,
716
+ "test_labels": [
717
+ "Normal traffic 1",
718
+ "Normal traffic 2",
719
+ "Normal traffic 3",
720
+ "SYN flood attack",
721
+ "Port scan + data exfiltration",
722
+ "Network near-death"
723
+ ],
724
+ "expected_anomaly": [
725
+ false,
726
+ false,
727
+ false,
728
+ true,
729
+ true,
730
+ true
731
+ ],
732
+ "results": [
733
+ {
734
+ "score": 2.2581,
735
+ "is_anomaly": true,
736
+ "confidence": 0.0065
737
+ },
738
+ {
739
+ "score": 0.0,
740
+ "is_anomaly": false,
741
+ "confidence": 0.0
742
+ },
743
+ {
744
+ "score": 0.8419,
745
+ "is_anomaly": true,
746
+ "confidence": 0.0001
747
+ },
748
+ {
749
+ "score": 3.3102,
750
+ "is_anomaly": true,
751
+ "confidence": 0.0499
752
+ },
753
+ {
754
+ "score": 4.3548,
755
+ "is_anomaly": true,
756
+ "confidence": 0.19
757
+ },
758
+ {
759
+ "score": 1328.2242,
760
+ "is_anomaly": true,
761
+ "confidence": 1.0
762
+ }
763
+ ],
764
+ "elapsed_seconds": 0.14,
765
+ "grid_size": 32,
766
+ "note": "Network detection may have higher false positive rate due to feature variance. Tune sensitivity per deployment."
767
+ }
768
+ }