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