titanic
Datasets
All datasets matching “titanic”titanicThe legendary Titanic dataset from this Kaggle competition
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"]
titanic-survival
Titanic Survival
from https://web.stanford.edu/class/archive/cs/cs109/cs109.1166/problem12.html
Spaceship-Titanictitanic_dataset_dsml_12titanic
Dataset Card for Titanic Survival Prediction
Dataset Details
Dataset Description
This dataset is a copy of the original Kaggle Titanic dataset made to explore the Hugging Face Datasets feature.
The Titanic Survival Prediction dataset is widely used in machine learning and statistics. It originates from the Titanic: Machine Learning from Disaster competition on Kaggle. The dataset consists of passenger details from the RMS Titanic disaster, including demographic… See the full description on the dataset page: https://huggingface.co/datasets/paulopontesm/titanic.
