Skip to content

Commit

Permalink
randomness cls2 py bug hunt
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Dec 22, 2023
1 parent 4484bc9 commit 1184617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/classification2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ random, they are totally determined when we set a seed value!

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

0 comments on commit 1184617

Please sign in to comment.