Refresh model metadata (module dep + KPIs 2026-08-13)
Browse files
model/model_metadata.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"model_name": "isolation_forest_quality",
|
| 3 |
"model_type": "IsolationForest (NumPy implementation)",
|
|
|
|
| 4 |
"version": "1.0.0",
|
| 5 |
"training_date": "2026-08-13",
|
| 6 |
"operational_date": "2026-08-13",
|
|
@@ -34,5 +35,5 @@
|
|
| 34 |
"anomaly_score": "Isolation Forest anomaly score in [0.5, 1.0]; higher = more anomalous",
|
| 35 |
"high_risk": "1 = high-quality-risk shipment flagged for review, 0 = normal"
|
| 36 |
},
|
| 37 |
-
"update_strategy": "Retrain daily on each day's new data snapshot; threshold re-estimated at
|
| 38 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"model_name": "isolation_forest_quality",
|
| 3 |
"model_type": "IsolationForest (NumPy implementation)",
|
| 4 |
+
"implementation_module": "isolation_forest.py (in model/ dir)",
|
| 5 |
"version": "1.0.0",
|
| 6 |
"training_date": "2026-08-13",
|
| 7 |
"operational_date": "2026-08-13",
|
|
|
|
| 35 |
"anomaly_score": "Isolation Forest anomaly score in [0.5, 1.0]; higher = more anomalous",
|
| 36 |
"high_risk": "1 = high-quality-risk shipment flagged for review, 0 = normal"
|
| 37 |
},
|
| 38 |
+
"update_strategy": "Retrain daily on each day's new data snapshot; threshold re-estimated at 5% contamination."
|
| 39 |
}
|