File size: 707 Bytes
138632d
2d447eb
 
 
 
 
 
 
 
143c727
 
2d447eb
 
 
143c727
138632d
2d447eb
 
 
 
 
 
 
 
 
 
 
 
 
143c727
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
language:
- en
tags:
- titanic
- tabular_classification
- binary_classification
pretty_name: Titanic
size_categories:
- n<1K
task_categories:
- tabular-classification
configs:
- survival
license: cc
---
# Titanic
The [Titanic dataset](https://www.kaggle.com/datasets/vinicius150987/titanic3) from [Kaggle](https://www.kaggle.com/).

# Configurations and tasks
| **Configuration** | **Task**                  | **Description**            |
|-------------------|---------------------------|----------------------------|
| survival          | Binary classification     | Has the passanger survived?|


# Usage
```python
from datasets import load_dataset

dataset = load_dataset("mstz/titanic")["train"]
```