Skip to content

In this notebook, we will work on the Titanic dataset and use machine learning to create a model that predicts which passengers survived the Titanic shipwreck.

Notifications You must be signed in to change notification settings

18D070001/Titanic-Machine-Learning-from-Disaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Titanic-Machine-Learning-from-Disaster

In this notebook, you will work on the Titanic dataset and use machine learning to create a model that predicts which passengers survived the Titanic shipwreck.

The Challenge

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 notebook, we 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).

Download the dataset titanic.csv and place in the same directory.

libraries used : numpy , pandas , seaborn , scipy and other ML libraries

After using suitable data processing and machine learning techniques, we achieve around 93 % accuracy.

About

In this notebook, we will work on the Titanic dataset and use machine learning to create a model that predicts which passengers survived the Titanic shipwreck.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published