Skip to content

Commit

Permalink
Fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Sep 6, 2015
1 parent d609286 commit 22d03b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@
"all_classes = iris_data_clean['class'].values\n",
"\n",
"# Make sure that you don't mix up the order of the entries\n",
"# all_inputs[5] inputs should correspond to the class in all_outputs[5]\n",
"# all_inputs[5] inputs should correspond to the class in all_classes[5]\n",
"\n",
"# Here's what a subset of our inputs looks like:\n",
"all_inputs[:5]"
Expand Down

0 comments on commit 22d03b9

Please sign in to comment.