python训练数据时打乱训练数据与标签的两种方法小结 如下所示:<codeclass="language-python">importnumpyasnpdata=np.array([[1,1],[2,2],[3,3],[4,4],[5,5]])y=np.arra 打乱数据