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",