Skip to content

Commit 975a69e

Browse files
authored
Update predictions.csv.py
1 parent be24683 commit 975a69e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

penguin-classification/docs/data/predictions.csv.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
# Select columns to train the model
99
X = df.iloc[:, [2]]
10+
11+
# Try to comment out the line above and uncomment the X variable below
12+
# to see updates reflected in the live preview
13+
1014
# X = df.iloc[:, [2, 3, 4, 5]]
1115
Y = df.iloc[:, 0]
1216

0 commit comments

Comments
 (0)