Closed
Description
In the worksheets and tutorials, we use a mix of setting random seeds via numpy (np.random.seed
) and passing a random_state
to scikit learn (https://github.ubc.ca/UBC-DSCI/dsci-100-instructor/issues/760).
In chapter 6, the textbook only discusses using numpy. We should add discussion of setting the random state with scikit learn (and possibly reduce numpy text if we are able to entirely rely on scikit-learn for setting the random state)