diff --git a/ProgrammingAssignment_1/ProgrammingAssignment1.ipynb b/ProgrammingAssignment_1/ProgrammingAssignment1.ipynb index 78a6586823c71583abd0ad20c27b26e4728895a8..b9712f923bc60a053f7b09c942c5828e9d608bf9 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",