sklearn.utils.shuffle does not work with arrays of dim > 2 · Issue #4145 · scikit-learn/scikit-learn

Running this: sklearn.utils.shuffle(np.zeros((10,3,3))) results in: ValueError Traceback (most recent call last) <ipython-input-232-9debda69420a> in <module>() ----> 1 shuffle(np.zeros((10,3,3))) /...</module></ipython-input-232-9debda69420a>