add minor fix in commented example code Exercise 6
This commit is contained in:
@@ -395,7 +395,7 @@
|
|||||||
" You can use `svmPredict` to predict the labels on the cross\n",
|
" You can use `svmPredict` to predict the labels on the cross\n",
|
||||||
" validation set. For example, \n",
|
" validation set. For example, \n",
|
||||||
" \n",
|
" \n",
|
||||||
" predictions = svmPredict(model, Xval)\n",
|
" predictions = utils.svmPredict(model, Xval)\n",
|
||||||
"\n",
|
"\n",
|
||||||
" will return the predictions on the cross validation set.\n",
|
" will return the predictions on the cross validation set.\n",
|
||||||
" \n",
|
" \n",
|
||||||
|
|||||||
Reference in New Issue
Block a user