You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Dataset.random_sample() multiple times with the same seed, the resulting dataset is not consistent. We would expect that with a fixed seed, the output dataset is reproducible and deterministic.
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered:
scottjlee
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
P1
Issue that should be fixed within a few weeks
data
Ray Data-related issues
and removed
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Nov 1, 2024
What happened + What you expected to happen
When running
Dataset.random_sample()
multiple times with the same seed, the resulting dataset is not consistent. We would expect that with a fixed seed, the output dataset is reproducible and deterministic.Versions / Dependencies
ray master (ray 2.38)
Reproduction script
Without the
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: