Skip to content

Commit

Permalink
Merge pull request udacity#29 from mier85/master
Browse files Browse the repository at this point in the history
langauge: then should be than
  • Loading branch information
Dhruv Parthasarathy committed Jun 17, 2016
2 parents 82087ca + 26031cd commit e9ef754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
"collapsed": true
},
"source": [
"Examining the survival statistics, the majority of males younger then 10 survived the ship sinking, whereas most males age 10 or older *did not survive* the ship sinking. Let's continue to build on our previous prediction: If a passenger was female, then we will predict they survive. If a passenger was male and younger than 10, then we will also predict they survive. Otherwise, we will predict they do not survive. \n",
"Examining the survival statistics, the majority of males younger than 10 survived the ship sinking, whereas most males age 10 or older *did not survive* the ship sinking. Let's continue to build on our previous prediction: If a passenger was female, then we will predict they survive. If a passenger was male and younger than 10, then we will also predict they survive. Otherwise, we will predict they do not survive. \n",
"Fill in the missing code below so that the function will make this prediction. \n",
"**Hint:** You can start your implementation of this function using the prediction code you wrote earlier from `predictions_1`."
]
Expand Down

0 comments on commit e9ef754

Please sign in to comment.