| { | |
| "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 | |
| } |