Skip to content

Commit 8f33fdd

Browse files
iteration number bugfix clustering bug hunt py issue
1 parent e2c2ab9 commit 8f33fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ First three iterations of K-means clustering on the `penguins_standardized` exam
608608
+++
609609

610610
Note that at this point, we can terminate the algorithm since none of the assignments changed
611-
in the fourth iteration; both the centers and labels will remain the same from this point onward.
611+
in the third iteration; both the centers and labels will remain the same from this point onward.
612612

613613
```{index} K-means; termination
614614
```

0 commit comments

Comments
 (0)