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

Source

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

Examples

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

[Package mlr3data version 0.7.0 Index]