From 5437863499969f177a9102de881fc8c30d20a914 Mon Sep 17 00:00:00 2001 From: Zeynep Hakguder <zhakguder@cse.unl.edu> Date: Mon, 25 Jun 2018 22:33:45 +0000 Subject: [PATCH] Update ProgrammingAssignment3_NB.ipynb --- ProgrammingAssignment_3/ProgrammingAssignment3_NB.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProgrammingAssignment_3/ProgrammingAssignment3_NB.ipynb b/ProgrammingAssignment_3/ProgrammingAssignment3_NB.ipynb index 85c2b72..eee196b 100644 --- a/ProgrammingAssignment_3/ProgrammingAssignment3_NB.ipynb +++ b/ProgrammingAssignment_3/ProgrammingAssignment3_NB.ipynb @@ -89,7 +89,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "X is a list of lists. Each of its 33,702 entries correspond to a tokenized email. Y is a list. Each entry is a label for the tokenized email at the corresponding position in X. Below are 5 random emails and their corresponding labels." + "X is a list of lists. Each of its 33,702 entries correspond to a tokenized email. Y is a list. Each entry is a label for the tokenized email at the corresponding position in X. 1 denotes spam, 0 denotes ham. Below are 5 random emails and their corresponding labels." ] }, { -- GitLab