Skip to content

Commit 5cfef6e

Browse files
seed hacking
1 parent dda1e5b commit 5cfef6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ right proportions of each category of observation.
492492
```{code-cell} ipython3
493493
:tags: [remove-cell]
494494
# seed hacking
495-
np.random.seed(1)
495+
np.random.seed(3)
496496
```
497497

498498
```{code-cell} ipython3

0 commit comments

Comments
 (0)