Add browser inference model spec
Browse files- model_spec.json +18 -0
model_spec.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scenario_id": "critical_infra",
|
| 3 |
+
"dataset_id": "glu-sec04-core",
|
| 4 |
+
"dataset_title": null,
|
| 5 |
+
"feature_keys": [],
|
| 6 |
+
"target_key": "anomaly_flag",
|
| 7 |
+
"window_size": 16,
|
| 8 |
+
"normalization": {
|
| 9 |
+
"enabled": true,
|
| 10 |
+
"strategy": "mean"
|
| 11 |
+
},
|
| 12 |
+
"output_type": "binary_classification",
|
| 13 |
+
"recommended_thresholds": {
|
| 14 |
+
"low": 0.45,
|
| 15 |
+
"high": 0.65
|
| 16 |
+
},
|
| 17 |
+
"initial_seed": 31415
|
| 18 |
+
}
|