Skip to content

Commit 4ebb927

Browse files
tru -> actual in clsfn1
1 parent fa8b892 commit 4ebb927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ new_obs <- tibble(Perimeter = 0, Concavity = 3.5)
785785
predict(knn_fit, new_obs)
786786
```
787787

788-
Is this predicted malignant label the true class for this observation?
788+
Is this predicted malignant label the actual class for this observation?
789789
Well, we don't know because we do not have this
790790
observation's diagnosis&mdash; that is what we were trying to predict! The
791791
classifier's prediction is not necessarily correct, but in the next chapter, we will

0 commit comments

Comments
 (0)