From a24ab6c34f49ddbf9af66169db1cd59f8435d853 Mon Sep 17 00:00:00 2001 From: Tim <47184194+imgde@users.noreply.github.com> Date: Fri, 22 Aug 2025 11:24:24 +0200 Subject: [PATCH] max coding --- compare_graph_maker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compare_graph_maker.py b/compare_graph_maker.py index 7d6c02d..3b4d855 100644 --- a/compare_graph_maker.py +++ b/compare_graph_maker.py @@ -18,7 +18,7 @@ for dataset_name, folder in datasets.items(): for line in f: if line.strip().startswith("weighted avg"): parts = line.split() - f1_score = float(parts[3]) # precision recall f1-score support + f1_score = float(parts[4]) # precision recall f1-score support results[dataset_name][model_name] = f1_score # Plot