Skip to content

Commit 81c2271

Browse files
authored
Make task easy to understand
It's hard to guess from the current "todo" that we are supposed to concat the columns from `data` in `one_hot_data`. Frankly, I had to look solution for this,
1 parent c53f439 commit 81c2271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro-neural-networks/student-admissions/StudentAdmissions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
},
131131
"outputs": [],
132132
"source": [
133-
"# TODO: Make dummy variables for rank\n",
133+
"# TODO: Make dummy variables for rank and concat existing columns\n",
134134
"one_hot_data = pass\n",
135135
"\n",
136136
"# TODO: Drop the previous rank column\n",

0 commit comments

Comments
 (0)