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
Sometimes, it is useful to shuffle a dataset, without splitting it into training, testing or validation. Should be easy to implement: something like def shuffle(self, seed: int = None) -> Self.