We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be24683 commit 975a69eCopy full SHA for 975a69e
1 file changed
penguin-classification/docs/data/predictions.csv.py
@@ -7,6 +7,10 @@
7
8
# Select columns to train the model
9
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
14
# X = df.iloc[:, [2, 3, 4, 5]]
15
Y = df.iloc[:, 0]
16
0 commit comments