From fc20ba027ac8857d1f524495f1c272d3d644c0e3 Mon Sep 17 00:00:00 2001 From: Zeynep Hakguder <zhakguder@cse.unl.edu> Date: Mon, 4 Jun 2018 18:42:11 +0000 Subject: [PATCH] Update ProgrammingAssignment1.ipynb --- .../ProgrammingAssignment1.ipynb | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ProgrammingAssignment_1/ProgrammingAssignment1.ipynb b/ProgrammingAssignment_1/ProgrammingAssignment1.ipynb index 78a6586..b9712f9 100644 --- a/ProgrammingAssignment_1/ProgrammingAssignment1.ipynb +++ b/ProgrammingAssignment_1/ProgrammingAssignment1.ipynb @@ -57,6 +57,29 @@ "\n", "Points are broken down further below in Rubric sections. The **first** score is for 478, the **second** is for 878 students. There are a total of 100 points in this assignment and extra 20 bonus points for 478 students and 10 bonus points for 878 students." ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# YOUR GRADE\n", + "\n", + "### Group Members:\n", + "\n", + "### Mandatory for 478 & 878:\n", + "\n", + "| | Tasks | Points |\n", + "|---|----------------------------|-----|\n", + "| 1 | Implement `distance` | |\n", + "| 2 | Implement `k-NN` methods | |\n", + "| 3 | Model evaluation | |\n", + "| 4 | Learning curve | |\n", + "| 5 | Optimizing *k* | |\n", + "| 6 | ROC curve analysis | |\n", + "| 7 | Assess suitability of *k*-NN| |\n", + "\n", + "" + ] }, { "cell_type": "markdown", -- GitLab