From 372bbaa072c852796f5b509276b8f2ea10980edc Mon Sep 17 00:00:00 2001 From: sam-paech <152407511+sam-paech@users.noreply.github.com> Date: Sun, 2 Feb 2025 13:26:05 +1100 Subject: [PATCH] fix emd stats logging --- core/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/benchmark.py b/core/benchmark.py index 2dc50a7..06b8d9e 100644 --- a/core/benchmark.py +++ b/core/benchmark.py @@ -331,7 +331,7 @@ def finalize_scores_and_compute_judgemark(runs: dict, run_key: str, samples_data "norm_ci99_adjacent_overlap": norm["ci99_overlap_magnitude_pct_norm"], "norm_score_range": norm["calibrated_score_range_norm"], "norm_intra_model_ci95": run_data["separability_metrics"]["calibrated"]["modulated_ci95"], - "norm_earth_movers_distance": norm + "norm_earth_movers_distance": emd_norm } run_data["final_judgemark_score"] = final_score_calibrated