From 585fb1e10674642135a5e0deb1f0610081ebbf75 Mon Sep 17 00:00:00 2001 From: Zeynep Hakguder <zhakguder@cse.unl.edu> Date: Mon, 4 Jun 2018 14:24:08 +0000 Subject: [PATCH] Update GettingFamiliar.ipynb --- ProgrammingAssignment_0/GettingFamiliar.ipynb | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ProgrammingAssignment_0/GettingFamiliar.ipynb b/ProgrammingAssignment_0/GettingFamiliar.ipynb index 3a9e674..8af1fc3 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": {}, -- GitLab