File size: 1,284 Bytes
e4d73f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "model_name": "Arsenal",
  "model_file": "arsenal_segmented_model.pkl",
  "use_case": "MI vs Normal (Segmented)",
  "positive_class": "MYOCARDIAL_INFARCTION",
  "negative_class": "NORMAL",
  "class_labels": [
    "NORMAL",
    "MYOCARDIAL_INFARCTION"
  ],
  "features": [
    "I",
    "aVR",
    "V1",
    "V4",
    "II",
    "aVL",
    "V2",
    "V5",
    "III",
    "aVF",
    "V3",
    "V6"
  ],
  "n_features": 12,
  "n_timesteps": 140,
  "hyperparameters": {
    "num_kernels": 20000,
    "random_state": 42,
    "n_jobs": 1
  },
  "training_data": "data/ptb_xl/segmented_heartbeats.csv",
  "training_date": "2026-06-03 03:58:21",
  "training_time_seconds": 10302.47,
  "preprocessing": {
    "normalization": "per_subject_max_abs",
    "smote_tomek": true,
    "test_size": 0.25,
    "random_state": 42
  },
  "training_samples": 6954,
  "test_samples": 2349,
  "test_metrics": {
    "accuracy": 0.922520221370796,
    "precision": 0.940864960282436,
    "recall": 0.9026248941574937,
    "f1": 0.9213483146067416,
    "sensitivity": 0.9026248941574937,
    "specificity": 0.9426369863013698,
    "confusion_matrix": [
      [
        1101,
        67
      ],
      [
        115,
        1066
      ]
    ]
  }
}