diff --git a/ProgrammingAssignment_0/GettingFamiliar.ipynb b/ProgrammingAssignment_0/GettingFamiliar.ipynb index 2cab2a4415f10e41a858d1751dc2d5ec9a3540aa..637804ef7d026ad8a552cefc5d4ec346bd9cac9c 100644 --- a/ProgrammingAssignment_0/GettingFamiliar.ipynb +++ b/ProgrammingAssignment_0/GettingFamiliar.ipynb @@ -244,7 +244,7 @@ "# Pass the correct size argument (number of examples in the whole dataset)\n", "test_indices, val_indices = partition(size=..., t = 0.3, v = 0.1)\n", "\n", - "# Output the size of both features and labels." + "# Output the size of length of test and validation indices." ] }, {