Titanic Survival Exploration (Udacity ML Nanodegree Project 0)
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
: Namesex
: Sexage
: Agesibsp
: Number of Siblings/Spouses Aboardparch
: Number of Parents/Children Aboardticket
: Ticket Numberfare
: Passenger Farecabin
: Cabinembarked
: Port of Embarkation (C = Cherbourg; Q = Queenstown; S = Southampton)
Target Variable
survival
: Survival (0 = No; 1 = Yes)