cla_train {superml} | R Documentation |
cla_train
Description
Training Dataset used for classification examples. This is classic titanic dataset used to predict if a passenger will survive or not in titanic ship disaster.
Usage
cla_train
Format
An object of class data.table
(inherits from data.frame
) with 891 rows and 12 columns.
Source
https://www.kaggle.com/c/titanic/data
[Package superml version 0.5.7 Index]