From 78131ec08b753a0e763e60045858e6271a892324 Mon Sep 17 00:00:00 2001
From: Pado <ulrike.pado@hft-stuttgart.de>
Date: Tue, 22 Oct 2024 09:52:56 +0000
Subject: [PATCH] Explain the classification report output more

---
 Source/Skript/german/run_LR_SBERT.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/Skript/german/run_LR_SBERT.py b/Source/Skript/german/run_LR_SBERT.py
index a0f0bf4..f3253dd 100644
--- a/Source/Skript/german/run_LR_SBERT.py
+++ b/Source/Skript/german/run_LR_SBERT.py
@@ -222,7 +222,7 @@ def main():
 
             # Write the classification report to the file
 
-            writer.write("\nClassification Report:\n")
+            writer.write("\nClassification Report - high Precision for classes correct or incorrect indicates that the class prediction is reliable:\n")
             writer.write(formatted_output)
 
     # print('\nExecution time:', time.strftime("%H:%M:%S", time.gmtime(time.time() - start_time)),file=out)
-- 
GitLab