Skip to content

Commit 1c791e0

Browse files
minor wordsmith sync with py
1 parent 7e12f82 commit 1c791e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ reported together with accuracy. *Precision* quantifies how many of the
170170
positive predictions the classifier made were actually positive. Intuitively,
171171
we would like a classifier to have a *high* precision: for a classifier with
172172
high precision, if the classifier reports that a new observation is positive,
173-
we can trust that that new observation is indeed positive. We can compute the
173+
we can trust that the new observation is indeed positive. We can compute the
174174
precision of a classifier using the entries in the confusion matrix, with the
175175
formula
176176

0 commit comments

Comments
 (0)