Skip to content

Commit add859e

Browse files
tru -> actual in classfcn1
1 parent 92a76fc commit add859e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ new_obs = pd.DataFrame({"Perimeter": [0], "Concavity": [3.5]})
983983
knn.predict(new_obs)
984984
```
985985

986-
Is this predicted malignant label the true class for this observation?
986+
Is this predicted malignant label the actual class for this observation?
987987
Well, we don't know because we do not have this
988988
observation's diagnosis— that is what we were trying to predict! The
989989
classifier's prediction is not necessarily correct, but in the next chapter, we will

0 commit comments

Comments
 (0)