From 4328224b7e4bede86010b2981e67950cc0d9b1b6 Mon Sep 17 00:00:00 2001 From: Nick Graham Date: Mon, 22 Jan 2018 14:28:05 -0600 Subject: [PATCH] Updates explanation to match data --- 03_classification.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_classification.ipynb b/03_classification.ipynb index 1e7960a..53b4d31 100644 --- a/03_classification.ipynb +++ b/03_classification.ipynb @@ -2639,7 +2639,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "What does this matrix mean? Well, the 65 in the third row, first column, means that the third email contains 65 words that are not part of the vocabulary. The 0 next to it means that the first word in the vocabulary is not present in this email. The 1 next to it means that the second word is present once, and so on. You can look at the vocabulary to know which words we are talking about. The first word is \"the\", the second word is \"of\", etc." + "What does this matrix mean? Well, the 64 in the third row, first column, means that the third email contains 64 words that are not part of the vocabulary. The 1 next to it means that the first word in the vocabulary is present once in this email. The 2 next to it means that the second word is present twice, and so on. You can look at the vocabulary to know which words we are talking about. The first word is \"of\", the second word is \"and\", etc." ] }, {