Skip to content

Prajwal10031999/Titanic-Passenger-Survival-Predictions-using-machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Titanic-Survival-Predictions-using-machine-learning

A machine learning model to predict the survived passengers from the titanic disaster.

Libraries used :
Numpy
Pandas
Matplotlib
Sklearn

I will be testing the following models with my training data :

Gaussian Naive Bayes
Logistic Regression
Support Vector Machines
Perceptron
Decision Tree Classifier
Random Forest Classifier
KNN or k-Nearest Neighbors
Stochastic Gradient Descent
Gradient Boosting Classifier
For each model, we set the model, fit it with 80% of our training data, predict for 20% of the training data and check the accuracy.

Lastly a csv file named submission.csv will be created which will contain list of passenger names & whether they survived or not?