We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69475b8 + 033d83b commit 74b84b9Copy full SHA for 74b84b9
clustering.Rmd
@@ -128,8 +128,8 @@ We will discuss scaling for K-means in more detail later in this chapter.
128
129
Before we get started, we will load the `tidyverse` metapackage
130
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.
+This will ensure we have access to the functions we need
+and that our analysis will be reproducible.
133
As we will learn in more detail later in the chapter,
134
setting the seed here is important
135
because the K-means clustering algorithm uses random numbers.
0 commit comments