直接举例说明: import sklearn X = np.array([[1, 2], [3, 4], [5, ... y = sklearn.utils.shuffle(X, Y) print(x) print(y) [[1 2] [5 6] [3 4]] ...
確定! 回上一頁