Skip to content

A jupyter notebook which predicts the survival of passengers after Titanic sinking.

Notifications You must be signed in to change notification settings

janumiko/Titanic_Survival_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanic Survival Prediction

Introduction

This repository contains a jupyter notebook with code required to create models to predict the survival of passengers on the Titanic. The data used for this project is from the Kaggle Titanic Competition.

Kaggle competition entry with score

Goal

The goal of this project is to create a model that achieves highest score on Kaggle leaderboard. The score is calculated using the accuracy of the model. The accuracy is the percentage of passengers that are correctly predicted to have survived.

Requirements

You need to have Python 3 installed on your machine. You can download Python 3 here. You also need to have Jupyter Notebook installed. You can download Jupyter Notebook here.

Also, you need to install the following packages:

  • pandas
  • numpy
  • scikit-learn

About

A jupyter notebook which predicts the survival of passengers after Titanic sinking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published