Learn R Programming

mlr3data (version 0.7.0)

ilpd: 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".

Arguments

Pre-processing

  • All variables have been renamed.

  • The target variable has been re-encoded to "yes" and "no".

Examples

Run this code
data("ilpd", package = "mlr3data")
str(ilpd)

Run the code above in your browser using DataLab