diff --git a/ProgrammingAssignment_0/GettingFamiliar.ipynb b/ProgrammingAssignment_0/GettingFamiliar.ipynb index 3a9e674437409211753e4da94dfb91e1f05ca2b2..8af1fc3a3d2c5f3815bb0bb20ec05778336067fe 100644 --- a/ProgrammingAssignment_0/GettingFamiliar.ipynb +++ b/ProgrammingAssignment_0/GettingFamiliar.ipynb @@ -38,6 +38,28 @@ "Points are broken down further below in Rubric sections. The **first** score is for 478, the **second** is for 878 students. There a total of 25 points in this assignment and extra 5 bonus points for 478 students." ] }, + + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# YOUR GRADE\n", + "\n", + + "\n", + "### Group members:\n", + "\n", + "| | Tasks | 478 | 878 |\n", + "|---|----------------------------|-----|-----|\n", + "| 1 | Implement `preprocess` | 10 | 5 |\n", + "| 2 | Implement `partition` | 10 | 5 |\n", + "| 3 | Putting the model together | 5 | 5 |\n", + "|4 | Implement `normalization` | 5 | 10 |\n", + "\n", + + ] + }, + { "cell_type": "markdown", "metadata": {},