Skip to content
Snippets Groups Projects
Commit a0c6d26c authored by Amanda Olmin's avatar Amanda Olmin
Browse files

Removing leftover print section 3, penguins

parent 47a0ea49
Branches
Tags
No related merge requests found
......@@ -71,8 +71,5 @@ def load_penguin_data():
X_test, y_test = test_data[:, :-1], test_data[:, -1]
classes, _ = np.unique(y_train, return_inverse=True)
print(X_train.shape)
print(y_train.shape)
return X_train, y_train, X_test, y_test, classes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment