Skip to content

Commit ede26fb

Browse files
authored
Update 03 - Classification.ipynb
1 parent 2abf0db commit ede26fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

03 - Classification.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"> note that the header row may not line up with the values!\n",
229229
"\n",
230230
"* *Precision*: Of the predictions the model made for this class, what proportion were correct?\n",
231-
"* *Recall*: Out of all of the instances of this class in the test dataset, how many did the model identify?\n",
231+
"* *Recall*: Out of all of the instances of this class in the test dataset, what proportion did the model identify?\n",
232232
"* *F1-Score*: An average metric that takes both precision and recall into account.\n",
233233
"* *Support*: How many instances of this class are there in the test dataset?\n",
234234
"\n",
@@ -1204,4 +1204,4 @@
12041204
},
12051205
"nbformat": 4,
12061206
"nbformat_minor": 2
1207-
}
1207+
}

0 commit comments

Comments
 (0)