https://github.com/rishavnandi/titanic_prediction
A Binary Classification model to predict the survivors of the Kaggle Titanic competition, this model currently has a score of 0.76315.
https://github.com/rishavnandi/titanic_prediction
Last synced: 6 days ago
JSON representation
A Binary Classification model to predict the survivors of the Kaggle Titanic competition, this model currently has a score of 0.76315.
- Host: GitHub
- URL: https://github.com/rishavnandi/titanic_prediction
- Owner: rishavnandi
- License: wtfpl
- Created: 2022-08-20T23:37:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T13:06:41.000Z (over 3 years ago)
- Last Synced: 2025-03-01T17:47:43.111Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kaggle Competition | Titanic Machine Learning from Disaster
## Problem Statement
> The sinking of the RMS Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 1502 out of 2224 passengers and crew. This sensational tragedy shocked the international community and led to better safety regulations for ships.
> One of the reasons that the shipwreck led to such loss of life was that there were not enough lifeboats for the passengers and crew. Although there was some element of luck involved in surviving the sinking, some groups of people were more likely to survive than others, such as women, children, and the upper-class.
> In this contest, we ask you to complete the analysis of what sorts of people were likely to survive. In particular, we ask you to apply the tools of machine learning to predict which passengers survived the tragedy.

## Dependencies
- Pandas
- Matplotlib
- Scikit-Learn