-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Add axis option to numpy.random.shuffle #11583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I would suggest
Example output:
|
16 tasks
FYI: #5173 |
Can this be closed now because of #13829? |
I believe so. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently,
numpy.random.shuffle
only supports shuffling along the first axis only. Many other Numpy functions support theaxis
keyword argument to specify the axis along which the respective operation should be applied, it would be great to have such an argument for this function as well.The text was updated successfully, but these errors were encountered: