Skip to content

Predict the survival rate and Chances get Survived on Titanic using Machine learning.

Notifications You must be signed in to change notification settings

kanishksh4rma/Predict-survival-on-the-Titanic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Predict-survival-on-the-Titanic

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.

Objective

Predict the survival rate and Chances get Survived on Titanic using Machine learning.

Algorithms Used :

 * RandomForestClassifier
 * SVC
 * SVM
 * kNN
 * DecisionTreeClassifier

Dataset source : Kaggle

Developed by : Kanishk Sharma