ilpd: Indian Liver Patient Dataset

ilpdR 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

https://www.openml.org/d/1480

Examples

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

mlr3data documentation built on July 9, 2023, 7:29 p.m.