Skip to content

Commit

Permalink
fixed docstring for 3b
Browse files Browse the repository at this point in the history
  • Loading branch information
joncbates committed Jul 6, 2015
1 parent b0677dd commit 475a289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ML_lab3_linear_reg_student.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"outputs": [],
"source": [
"labVersion = 'cs190_week3_v_1_2'"
"labVersion = 'cs190_week3_v_1_3'"
]
},
{
Expand Down Expand Up @@ -739,7 +739,7 @@
" features for the data point.\n",
"\n",
" Returns:\n",
" RDD of tuple: An RDD containing (label, prediction) tuples.\n",
" tuple: A (label, prediction) tuple.\n",
" \"\"\"\n",
" return <FILL IN>\n",
"\n",
Expand Down

0 comments on commit 475a289

Please sign in to comment.