add minor fix in commented example code Exercise 6

This commit is contained in:
SanderHestvik
2021-01-09 12:50:39 +01:00
committed by GitHub
parent ec39a6847a
commit 3ebf1b352b

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