Merge pull request #8 from tigco/patch-2
Update the selectThreshold() in Exercise 8
This commit is contained in:
@@ -298,11 +298,10 @@
|
|||||||
" Parameters\n",
|
" Parameters\n",
|
||||||
" ----------\n",
|
" ----------\n",
|
||||||
" yval : array_like\n",
|
" yval : array_like\n",
|
||||||
" The validation dataset of shape (m x n) where m is the number \n",
|
" The ground truth labels of shape (m, ).\n",
|
||||||
" of examples an n is the number of dimensions(features).\n",
|
|
||||||
" \n",
|
" \n",
|
||||||
" pval : array_like\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",
|
" \n",
|
||||||
" Returns\n",
|
" Returns\n",
|
||||||
" -------\n",
|
" -------\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user