Skip to content

Instantly share code, notes, and snippets.

@jurand71
Created November 16, 2022 08:03
Embed
What would you like to do?
X_train = np.reshape(X_train, (X_train.shape[0], -1))
X_test = np.reshape(X_test, (X_test.shape[0], -1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment