titanic {mlr3data}R Documentation

Titanic

Description

Classification data to predict the fate of passengers on the ocean liner "Titanic". Contains 10 features and 1309 observations. Target column is "Survived".

Pre-processing

Source

titanic and https://www.kaggle.com/c/titanic/data

Examples

data("titanic", package = "mlr3data")
str(titanic)

[Package mlr3data version 0.7.0 Index]