Merge pull request #70 from SanderHestvik/patch-1

add minor fix in commented example code Exercise 6
This commit is contained in:
Gerges Dib
2021-06-30 14:11:37 -07:00
committed by GitHub

View File

@@ -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",