Merge pull request #8 from tigco/patch-2

Update the selectThreshold() in Exercise 8
This commit is contained in:
Gerges Dib
2018-10-08 14:03:20 -04:00
committed by GitHub

View File

@@ -298,11 +298,10 @@
" Parameters\n",
" ----------\n",
" yval : array_like\n",
" The validation dataset of shape (m x n) where m is the number \n",
" of examples an n is the number of dimensions(features).\n",
" The ground truth labels of shape (m, ).\n",
" \n",
" pval : array_like\n",
" The ground truth labels of shape (m, ).\n",
" The precomputed vector of probabilities based on mu and sigma2 parameters. It's shape is also (m, ).\n",
" \n",
" Returns\n",
" -------\n",