Add pipeline scripts, synthetic model, and test results
Browse files
synthetic_model/test_results.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data_quality": "PASS",
|
| 3 |
+
"model_learning": "PASS",
|
| 4 |
+
"ndcg@10_heuristic": 0.9111,
|
| 5 |
+
"ndcg@10_lightgbm": 0.9985,
|
| 6 |
+
"ndcg@10_random": 0.1559,
|
| 7 |
+
"improvement_over_heuristic": 0.0874,
|
| 8 |
+
"improvement_pct": 9.59,
|
| 9 |
+
"latency_100_candidates_ms": 0.388,
|
| 10 |
+
"model_size_kb": 286.2,
|
| 11 |
+
"active_features": 26,
|
| 12 |
+
"zero_features": 11,
|
| 13 |
+
"lgb_wins_pct": 91.4,
|
| 14 |
+
"heuristic_wins_pct": 0.4,
|
| 15 |
+
"train_eval_gap": 0.0008
|
| 16 |
+
}
|