Skip to content

Commit

Permalink
Updates explanation to match data
Browse files Browse the repository at this point in the history
  • Loading branch information
nbgraham authored Jan 22, 2018
1 parent 9f53eed commit 77c479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4538,7 +4538,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."
]
},
{
Expand Down

0 comments on commit 77c479b

Please sign in to comment.