From 00355add7ba94f1d0c04cc544dc60f7a27c6b183 Mon Sep 17 00:00:00 2001 From: Zeynep Hakguder <zhakguder@cse.unl.edu> Date: Wed, 6 Jun 2018 18:07:12 +0000 Subject: [PATCH] Update ProgrammingAssignment1.ipynb --- ProgrammingAssignment_1/ProgrammingAssignment1.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProgrammingAssignment_1/ProgrammingAssignment1.ipynb b/ProgrammingAssignment_1/ProgrammingAssignment1.ipynb index 3c16e40..fed5455 100644 --- a/ProgrammingAssignment_1/ProgrammingAssignment1.ipynb +++ b/ProgrammingAssignment_1/ProgrammingAssignment1.ipynb @@ -19,7 +19,7 @@ " * accuracy, generalization error and ROC curve\n", "* try to assess if *k*-NN is suitable for the dataset you used\n", "\n", - "### Note:\n", + "## Note:\n", "\n", "You are not required to follow this exact template. You can change what parameters your functions take or partition the tasks across functions differently. However, make sure there are outputs and implementation for items listed in the rubric for each task. Also, indicate in code with comments which task you are attempting." ] -- GitLab