Skip to content

Commit 259dfbc

Browse files
committed
typo fixed
1 parent 9237c46 commit 259dfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/practice_projects/naive_bayes_tutorial/Naive_Bayes_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@
15071507
"** Accuracy ** measures how often the classifier makes the correct prediction. It’s the ratio of the number of correct predictions to the total number of predictions (the number of test data points).\n",
15081508
"\n",
15091509
"** Precision ** tells us what proportion of messages we classified as spam, actually were spam.\n",
1510-
"It is a ratio of true positives(words classified as spam, and which are actually spam) to all positives(all words classified as spam, irrespective of whether that was the correct classificatio), in other words it is the ratio of\n",
1510+
"It is a ratio of true positives(words classified as spam, and which are actually spam) to all positives(all words classified as spam, irrespective of whether that was the correct classification), in other words it is the ratio of\n",
15111511
"\n",
15121512
"`[True Positives/(True Positives + False Positives)]`\n",
15131513
"\n",

0 commit comments

Comments
 (0)