Numpy notes MachineLearning_Base Sep 20, 2019 np.array_split() x0, x1, x2 = X[:, 0], X[:, 1], X[:, 2] = np.array_split(X, 3, axis=1) PREVIOUSEtc