This method takes as many arrays as you want to shuffle and returns the shuffled arrays. from sklearn.utils import shuffle x = np.array([1,2,3,4 ...
確定! 回上一頁