From 81c2271730cb97fc644ebc46d29723f3119ff718 Mon Sep 17 00:00:00 2001 From: Pratik Gadhiya Date: Thu, 22 Nov 2018 18:32:19 +0530 Subject: [PATCH] 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, --- .../student-admissions/StudentAdmissions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro-neural-networks/student-admissions/StudentAdmissions.ipynb b/intro-neural-networks/student-admissions/StudentAdmissions.ipynb index 2a1a6e5acf..c0df5fa670 100755 --- a/intro-neural-networks/student-admissions/StudentAdmissions.ipynb +++ b/intro-neural-networks/student-admissions/StudentAdmissions.ipynb @@ -130,7 +130,7 @@ }, "outputs": [], "source": [ - "# TODO: Make dummy variables for rank\n", + "# TODO: Make dummy variables for rank and concat existing columns\n", "one_hot_data = pass\n", "\n", "# TODO: Drop the previous rank column\n",