Closed thomasjpfan closed 5 months ago
@jarrodmillman Can you approve this workflow to see if this PR fixes the original issue?
Test failure seems to be due to timeouts when trying to download datasets. Might go away if the test is restarted, but seem unrelated to the changes here.
Fixes the issue seen in https://github.com/scipy-lectures/scientific-python-lectures/pull/761
To make
train_test_split
deterministic, we need to set therandom_state
.