数据集:

mstz/titanic

中文

Titanic

The Titanic dataset from Kaggle .

Configurations and tasks

Configuration Task Description
survival Binary classification Has the passanger survived?

Usage

from datasets import load_dataset

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