Skip to content

Commit

Permalink
typo in topic9 part1: frop -> drop
Browse files Browse the repository at this point in the history
  • Loading branch information
weakish committed Sep 2, 2018
1 parent b036853 commit 3310675
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3086,7 +3086,7 @@
" data['weekday_average'] = list(map(code_mean(data[:test_index], 'weekday', \"y\").get, data.weekday))\n",
" data[\"hour_average\"] = list(map(code_mean(data[:test_index], 'hour', \"y\").get, data.hour))\n",
"\n",
" # frop encoded variables \n",
" # drop encoded variables \n",
" data.drop([\"hour\", \"weekday\"], axis=1, inplace=True)\n",
" \n",
" # train-test split\n",
Expand Down

0 comments on commit 3310675

Please sign in to comment.