Skip to content

Predicting the survivors of titanic incident based on a made up dataset.

Notifications You must be signed in to change notification settings

Kalyan19111999/Titanic-Survival-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanic-Survival-Prediction

Predicting the survivors of titanic incident based on a made up dataset.

The dataset contains various attribues such as PassengerId, Name, Age, Pclass, Gender, Fare, TicketNo, Sibsp and Survived. The attributes PassengerId, Name, Age, Gender, Subsp Fare, TicketNo, Pclass are treated as independent variables. The attribute Survived is treated as a dependent variable which is to be predicted.

A machine learning classification model is built using this data for predictions. A 'Kernel SVM' model is selected as the classification algorithm to be used. 'train.csv' file contains the training data for the model and 'test.csv' data is used to predict the values based on it.

About

Predicting the survivors of titanic incident based on a made up dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages