Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hopkins committed Jan 6, 2018
1 parent 21cceeb commit 794e773
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Deserialize and use.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The outcome array has two entries for each observation in a binary\n",
"classification task. For each observation the 0th entry corresponds\n",
"to the probability of being in the negative class while the 1st\n",
"corresponds to the probability of being in the negative class.\n",
"The outcome array has two entries for each observation in a binary classification task. \n",
"For each observation the 0th entry corresponds to the probability of being in the negative class \n",
"(*or 0 in our case*) while the 1st corresponds to the probability of being in the\n",
"*positive class (or 1 in our case)*.\n",
"\n",
"So, if we want to know the liklihood of surviving, we need to look\n",
"at the probability of being in the positive class which you would\n",
Expand Down

0 comments on commit 794e773

Please sign in to comment.