From 3f5533813474d401c89a6c884913f70c9310614c Mon Sep 17 00:00:00 2001 From: Samira Alizadehzoj Date: Tue, 1 Dec 2020 12:03:06 -0500 Subject: [PATCH] just an update --- Predicting-Survival-Titanic-Assignement.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Predicting-Survival-Titanic-Assignement.ipynb b/Predicting-Survival-Titanic-Assignement.ipynb index 1e67c21..db72f3d 100644 --- a/Predicting-Survival-Titanic-Assignement.ipynb +++ b/Predicting-Survival-Titanic-Assignement.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Predicting Survival on the Titanic\n", + "## Predicting Survival on the Titanic (Updated)\n", "\n", "### History\n", "Perhaps one of the most infamous shipwrecks in history, the Titanic sank after colliding with an iceberg, killing 1502 out of 2224 people on board. Interestingly, by analysing the probability of survival based on few attributes like gender, age, and social status, we can make very accurate predictions on which passengers would survive. Some groups of people were more likely to survive than others, such as women, children, and the upper-class. Therefore, we can learn about the society priorities and privileges at the time.\n",