From 6351453769d9dafeda591a5732fa36c417336052 Mon Sep 17 00:00:00 2001 From: Satyam-madeit Date: Tue, 31 Mar 2026 00:02:49 +0530 Subject: [PATCH] fix: correct accuracy row alignment in classification report table --- 4-Classification/2-Classifiers-1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-Classification/2-Classifiers-1/README.md b/4-Classification/2-Classifiers-1/README.md index 62cef08d4..82961d43a 100644 --- a/4-Classification/2-Classifiers-1/README.md +++ b/4-Classification/2-Classifiers-1/README.md @@ -223,7 +223,7 @@ Since you are using the multiclass case, you need to choose what _scheme_ to use | japanese | 0.70 | 0.75 | 0.72 | 220 | | korean | 0.86 | 0.76 | 0.81 | 242 | | thai | 0.79 | 0.85 | 0.82 | 254 | - | accuracy | 0.80 | 1199 | | | + | accuracy | | | 0.80 | 1199 | | macro avg | 0.80 | 0.80 | 0.80 | 1199 | | weighted avg | 0.80 | 0.80 | 0.80 | 1199 |