Skip to content

Commit 033d83b

Browse files
minor typo fix in clustering
1 parent f07636e commit 033d83b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clustering.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ We will discuss scaling for K-means in more detail later in this chapter.
128128

129129
Before we get started, we will load the `tidyverse` metapackage
130130
as well as set a random seed.
131-
This will ensure we have access to the functions we need,
132-
and help make our analysis will be reproducible.
131+
This will ensure we have access to the functions we need
132+
and that our analysis will be reproducible.
133133
As we will learn in more detail later in the chapter,
134134
setting the seed here is important
135135
because the K-means clustering algorithm uses random numbers.

0 commit comments

Comments
 (0)