Skip to content

Commit 0645a7b

Browse files
true -> actual in clsfn2
1 parent add859e commit 0645a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/classification2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ Splitting the data into training and testing sets.
102102
```{index} accuracy
103103
```
104104

105-
How exactly can we assess how well our predictions match the labels for
105+
How exactly can we assess how well our predictions match the actual labels for
106106
the observations in the test set? One way we can do this is to calculate the
107107
prediction **accuracy**. This is the fraction of examples for which the
108108
classifier made the correct prediction. To calculate this, we divide the number
109109
of correct predictions by the number of predictions made.
110-
The process for assessing if our predictions match the true labels in the
110+
The process for assessing if our predictions match the actual labels in the
111111
test set is illustrated in {numref}`fig:06-ML-paradigm-test`.
112112

113113
$$\mathrm{accuracy} = \frac{\mathrm{number \; of \; correct \; predictions}}{\mathrm{total \; number \; of \; predictions}}$$

0 commit comments

Comments
 (0)