From 763d501bd3033481175f37f3dc038e9e63286f12 Mon Sep 17 00:00:00 2001
From: Zeynep Hakguder <zhakguder@cse.unl.edu>
Date: Thu, 24 May 2018 15:53:52 -0500
Subject: [PATCH] minor

---
 ProgrammingAssignment1.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ProgrammingAssignment1.ipynb b/ProgrammingAssignment1.ipynb
index a1aaf8c..05ab703 100644
--- a/ProgrammingAssignment1.ipynb
+++ b/ProgrammingAssignment1.ipynb
@@ -250,7 +250,7 @@
     "\n",
     "We can use the validation set to come up with a $k$ value that results in better performance in terms of accuracy. Additionally, in some cases, predicting examples from a certain class correctly is more critical than other classes. In those cases, we can use the confusion matrix to find a good trade off between correct and wrong predictions and allow more wrong predictions in some classes to predict more examples correctly in a that class.\n",
     "\n",
-    "Below calculate the accuracies and confusion matrices for different values of $k$ using the validation set. Report a good $k$ value and use it in the analyses that follow this section."
+    "Below calculate the accuracies for different values of $k$ using the validation set. Report a good $k$ value and use it in the analyses that follow this section."
    ]
   },
   {
-- 
GitLab