ilpd {mlr3data} | R Documentation |
Indian Liver Patient Dataset
Description
Classification data to predict whether or not a person is a liver patient.
Obtained using the mlr3oml package. Contains 538 observations and 10
features. Target column is "diseased"
.
Pre-processing
All variables have been renamed.
The target variable has been re-encoded to
"yes"
and"no"
.
Source
Examples
data("ilpd", package = "mlr3data")
str(ilpd)
[Package mlr3data version 0.7.0 Index]