Skip to content

Commit d775782

Browse files
py bug hunt randomness cls2
1 parent 3335b2c commit d775782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/classification2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ In other words, even though the sequences of numbers that Python is generating *
351351
random, they are totally determined when we set a seed value!
352352

353353
So what does this mean for data analysis? Well, `sample` is certainly not the
354-
only data frame method that uses randomness in Python. Many of the functions
355-
that we use in `scikit-learn`, `pandas`, and beyond use randomness—many
354+
only place where randomness is used in Python. Many of the functions
355+
that we use in `scikit-learn` and beyond use randomness—some
356356
of them without even telling you about it. Also note that when Python starts
357357
up, it creates its own seed to use. So if you do not explicitly
358358
call the `np.random.seed` function, your results

0 commit comments

Comments
 (0)