File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ Splitting the data into training and testing sets.
102
102
``` {index} accuracy
103
103
```
104
104
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
106
106
the observations in the test set? One way we can do this is to calculate the
107
107
prediction ** accuracy** . This is the fraction of examples for which the
108
108
classifier made the correct prediction. To calculate this, we divide the number
109
109
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
111
111
test set is illustrated in {numref}` fig:06-ML-paradigm-test ` .
112
112
113
113
$$ \mathrm{accuracy} = \frac{\mathrm{number \; of \; correct \; predictions}}{\mathrm{total \; number \; of \; predictions}} $$
You can’t perform that action at this time.
0 commit comments