Datasets › Titanic
Titanic (Titanic - Machine Learning from Disaster)
Titanic Dataset Description
Overview
The data is divided into two groups:
- Training set (train.csv):
Used to build machine learning models. It includes the outcome (also called the "ground truth") for each passenger, allowing models to predict survival based on “features” like gender and class. Feature engineering can also be applied to create new features.
- Test set (test.csv):
Used to evaluate model performance on unseen data. The ground truth is not provided; the task is to predict survival for each passenger in the test set using the trained model.
Additionally, gender_submission.csv is provided as an example submission file, containing predictions based on the assumption that all and only female passengers survive.
Data Dictionary
| Variable | Definition | Key |
|---|---|---|
| survival | Survival | 0 = No, 1 = Yes |
| pclass | Ticket class | 1 = 1st, 2 = 2nd, 3 = 3rd |
| sex | Sex | |
| age | Age in years | |
| sibsp | # of siblings/spouses aboard the Titanic | |
| parch | # of parents/children aboard the Titanic | |
| ticket | Ticket number | |
| fare | Passenger fare | |
| cabin | Cabin number | |
| embarked | Port of Embarkation | C = Cherbourg, Q = Queenstown, S = Southampton |
Variable Notes
- pclass: Proxy for socio-economic status (SES):
- 1st = Upper
- 2nd = Middle
- 3rd = Lower
- age:
- Fractional if less than 1 year.
- Estimated ages are represented in the form
xx.5. - sibsp: Defines family relations as:
- Sibling: Brother, sister, stepbrother, stepsister.
- Spouse: Husband, wife (excluding mistresses and fiancés).
- parch: Defines family relations as:
- Parent: Mother, father.
- Child: Daughter, son, stepdaughter, stepson.
Some children traveled only with a nanny, soparch = 0for them.
Benchmarks archive 2025-07-28
All 1 leaderboard whose dataset resolves to this page shown (sort by any header). "First row" is the archive's own first row at snapshot, in the archive's row order; nothing here re-ranks and metric direction is not asserted.
| First row (archive order) | Paper | Code | ||||
|---|---|---|---|---|---|---|
| Synthetic Data Evaluation | Titanic | zGAN AUC 0.8163 | zGAN: An Outlier-focused Generative Adversarial Network... | — | 7 | Compare |
Papers archive 2025-07-28
1 shown of 1 paper with a leaderboard row on this dataset's benchmarks, newest first. The archive's own "papers using this dataset" list was never published, so this is the benchmark-backed subset; the archive's count for this dataset is 2. The Syntology column is from Syntology's graph (read 2026-09-24), stated per sample; it is not part of any archive number.
| Date | Samples run Syntology | |||
|---|---|---|---|---|
| zGAN: An Outlier-focused Generative Adversarial Network For Realistic Synthetic Data Generation | 0 | 7 | 28 Oct 2024 | not harvested |
Dataset loaders archive 2025-07-28
No loader listed in the archive.
Tasks archive 2025-07-28
License archive 2025-07-28
Modalities archive 2025-07-28
Languages archive 2025-07-28
Variants archive 2025-07-28
- Titanic
1 variant name, as the archive lists them.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections