Skip to content

Commit 1184617

Browse files
randomness cls2 py bug hunt
1 parent 4484bc9 commit 1184617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ random, they are totally determined when we set a seed value!
290290

291291
So what does this mean for data analysis? Well, `sample` is certainly
292292
not the only function that uses randomness in R. Many of the functions
293-
that we use in `tidymodels`, `tidyverse`, and beyond use randomness—many of them
293+
that we use in `tidymodels`, `tidyverse`, and beyond use randomness—some of them
294294
without even telling you about it. So at the beginning of every data analysis you
295295
do, right after loading packages, you should call the `set.seed` function and
296296
pass it an integer that you pick.

0 commit comments

Comments
 (0)