Title: | Titanic Passenger Survival Data Set |
---|---|
Description: | This data set provides information on the fate of passengers on the fatal maiden voyage of the ocean liner "Titanic", with variables such as economic status (class), sex, age, and survival. Whereas the base R Titanic data found by calling data("Titanic") is an array resulting from cross-tabulating 2201 observations, these data sets are individual non-aggregated observations and formatted in a machine learning context with a training sample, a testing sample, and two additional data sets that can be used for deeper machine learning analysis. These data sets are used in a very well known Kaggle competition; formatting the raw data sets in a package hopefully lowers the barrier to entry for users new to R and machine learning. |
Authors: | Paul Hendricks [aut, cre] |
Maintainer: | Paul Hendricks <[email protected]> |
License: | CC0 |
Version: | 0.1.0.9000 |
Built: | 2025-02-17 04:30:01 UTC |
Source: | https://github.com/paulhendricks/titanic |
titanic: Titanic Passenger Survival Data Set
Titanic gender class model data.
titanic_gender_class_model
titanic_gender_class_model
Data frame with columns
Passenger ID
Passenger Survival Indicator
https://www.kaggle.com/c/titanic/data
titanic_gender_class_model
titanic_gender_class_model
Titanic gender model data.
titanic_gender_model
titanic_gender_model
Data frame with columns
Passenger ID
Passenger Survival Indicator
https://www.kaggle.com/c/titanic/data
titanic_gender_model
titanic_gender_model
Titanic test data.
titanic_test
titanic_test
Data frame with columns
Passenger ID
Passenger Class
Name
Sex
Age
Number of Siblings/Spouses Aboard
Number of Parents/Children Aboard
Ticket Number
Passenger Fare
Cabin
Port of Embarkation
https://www.kaggle.com/c/titanic/data
titanic_test
titanic_test
Titanic train data.
titanic_train
titanic_train
Data frame with columns
Passenger ID
Passenger Survival Indicator
Passenger Class
Name
Sex
Age
Number of Siblings/Spouses Aboard
Number of Parents/Children Aboard
Ticket Number
Passenger Fare
Cabin
Port of Embarkation
https://www.kaggle.com/c/titanic/data
titanic_train
titanic_train