titanic / README.md
lewtun's picture
lewtun HF staff
Update README.md
34a2b1e
|
raw
history blame contribute delete
No virus
797 Bytes
---
tags:
- kaggle
dataset_info:
features:
- name: PassengerId
dtype: int64
- name: Survived
dtype: int64
- name: Pclass
dtype: int64
- name: Name
dtype: string
- name: Sex
dtype: string
- name: Age
dtype: float64
- name: SibSp
dtype: int64
- name: Parch
dtype: int64
- name: Ticket
dtype: string
- name: Fare
dtype: float64
- name: Cabin
dtype: string
- name: Embarked
dtype: string
splits:
- name: test
num_bytes: 49054
num_examples: 418
- name: train
num_bytes: 103906
num_examples: 891
download_size: 61019
dataset_size: 152960
---
# Dataset Card for "titanic"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)