Skip to content

KalleBylin/titanic_survival_exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

titanic_survival_exploration

Titanic Survival Exploration Project

Install

This project requires Python 2.7 and the following Python libraries installed:

Data

The dataset used in this project is included as titanic_data.csv. This dataset is provided by Udacity and contains the following attributes:

Features

  • pclass : Passenger Class (1 = 1st; 2 = 2nd; 3 = 3rd)
  • name : Name
  • sex : Sex
  • age : Age
  • sibsp : Number of Siblings/Spouses Aboard
  • parch : Number of Parents/Children Aboard
  • ticket : Ticket Number
  • fare : Passenger Fare
  • cabin : Cabin
  • embarked : Port of Embarkation (C = Cherbourg; Q = Queenstown; S = Southampton)

Target Variable

  • survival : Survival (0 = No; 1 = Yes)

About

Udacity Titanic Survival Exploration Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors