File size: 462 Bytes
020761f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"scenario_id": "critical_infra",
"dataset_id": "ci-sec01-core",
"dataset_title": "Facility 01 / Core Load",
"feature_keys": [
"generation_kw",
"input_pressure",
"machine_temp"
],
"target_key": "anomaly_flag",
"window_size": 16,
"normalization": {
"enabled": true,
"strategy": "mean"
},
"output_type": "binary_classification",
"recommended_thresholds": {
"low": 0.45,
"high": 0.65
},
"initial_seed": 31415
} |