File size: 1,140 Bytes
25dfeb9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "dataset": "aigovdev/ai-governance-scenarios",
  "examples": 12,
  "target_distribution": {
    "lower": 6,
    "high": 3,
    "unacceptable": 3
  },
  "evaluation": {
    "method": "stratified_3_fold_cross_validation",
    "accuracy": 1.0,
    "macro_precision": 1.0,
    "macro_recall": 1.0,
    "macro_f1": 1.0,
    "confusion_matrix_labels": [
      "lower",
      "high",
      "unacceptable"
    ],
    "confusion_matrix": [
      [
        6,
        0,
        0
      ],
      [
        0,
        3,
        0
      ],
      [
        0,
        0,
        3
      ]
    ]
  },
  "features": [
    "sector",
    "impact",
    "decision_autonomy",
    "human_oversight",
    "monitoring",
    "traceability",
    "technical_documentation"
  ],
  "risk_mapping": {
    "low": "lower",
    "limited": "lower",
    "high": "high",
    "unacceptable": "unacceptable"
  },
  "runtime": {
    "scikit_learn": "1.9.0"
  },
  "limitations": [
    "Dataset contains only 12 synthetic scenarios.",
    "Evaluation is illustrative and not a production benchmark.",
    "Risk tiers are engineering labels, not legal classifications."
  ]
}