Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walidalsafadi/titanic-disaster
In this challenge, we ask you to build a predictive model that answers the question: “what sorts of people were more likely to survive?” using passenger data (ie name, age, gender, socio-economic class, etc).
https://github.com/walidalsafadi/titanic-disaster
data-analysis data-science decision-trees eda gradient-boosting knearest-neighbors machine-learning-algorithms naive-bayes random-forest titanic-kaggle titanic-survival-prediction
Last synced: 6 days ago
JSON representation
In this challenge, we ask you to build a predictive model that answers the question: “what sorts of people were more likely to survive?” using passenger data (ie name, age, gender, socio-economic class, etc).
- Host: GitHub
- URL: https://github.com/walidalsafadi/titanic-disaster
- Owner: WalidAlsafadi
- License: mit
- Created: 2023-05-01T20:20:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-02T05:50:49.000Z (over 1 year ago)
- Last Synced: 2024-12-28T18:34:56.172Z (about 1 month ago)
- Topics: data-analysis, data-science, decision-trees, eda, gradient-boosting, knearest-neighbors, machine-learning-algorithms, naive-bayes, random-forest, titanic-kaggle, titanic-survival-prediction
- Language: Jupyter Notebook
- Homepage: https://www.kaggle.com/competitions/titanic
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Titanic Disaster
![AI Student](https://miro.medium.com/v2/resize:fit:1400/0*vU2JHmycmbuO9O1J.jpg)
The sinking of the Titanic is one of the most infamous shipwrecks in history.
On April 15, 1912, during her maiden voyage, the widely considered “unsinkable” RMS Titanic sank after colliding with an iceberg. Unfortunately, there weren’t enough lifeboats for everyone onboard, resulting in the death of 1502 out of 2224 passengers and crew.
While there was some element of luck involved in surviving, it seems some groups of people were more likely to survive than others.
In this challenge, we ask you to build a predictive model that answers the question: “what sorts of people were more likely to survive?” using passenger data (ie name, age, gender, socio-economic class, etc).