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",
|
||||
" validation set. For example, \n",
|
||||
" \n",
|
||||
" predictions = svmPredict(model, Xval)\n",
|
||||
" predictions = utils.svmPredict(model, Xval)\n",
|
||||
"\n",
|
||||
" will return the predictions on the cross validation set.\n",
|
||||
" \n",
|
||||
|
||||
Reference in New Issue
Block a user