Skip to content

The goal of the project is to apply machine learning tools and algorithms in Python to identify the characteristics of the passengers who survived Titanic accident

Notifications You must be signed in to change notification settings

swapatGithub/Titanic-Survival-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Titanic-Survival-Prediction

This is a kaggle "getting started" data competition, that I have started working on. I got the dataset from kaggle website. The data set consists of list of survived and non-survived passangers in the tragic Titanic accident. The goal is to apply machine learning tools to identify the passangers likely to survive such a shipwreck.

Data Exploration: • I have dropped Variables passengerId, Name, Ticket and cabin ( cabin has lot of missing values) from the training data as these variables would not be good predictors

Handling missing values: • Embarked - Replaced with 'S' most occured type • Age - replaced by random numbers selected from range ((mean-std.dev),(mean+std.dev))

Applied decision tree and randomforestclassifier algorithms from scikit-learn package.

About

The goal of the project is to apply machine learning tools and algorithms in Python to identify the characteristics of the passengers who survived Titanic accident

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published