| ILPD {ExNRuleEnsemble} | R Documentation |
Indian Liver Patient Dataset
Description
This data set contains 416 liver patient records and 167 non liver patient records.The data set was collected from north east of Andhra Pradesh, India. The class label divides the patients into 2 groups i.e. liver patient or not (1, 0). This data set contains 441 male patient records and 142 female patient records.
Usage
data("ILPD")
Format
A data frame with 582 observations on the following 11 variables.
v1Age of the patient. Any patient whose age exceeded 89 is listed as being of age "90".
v2Gender of the patients (male = 1, female = 0).
v3Total Bilirubin.
v4Direct Bilirubin.
v5Alkphos Alkaline Phosphatase.
v6Sgpt Alanine Aminotransferase.
v7Sgot Aspartate Aminotransferase.
v8Total Proteins.
v9Albumin.
v10A/G Ratio Albumin and Globulin Ratio.
ClassLiver patient or not (1, 0).
Source
https://www.openml.org/search?type=data&sort=runs&id=1480&status=active
References
1. Bendi Venkata Ramana, Prof. M. S. Prasad Babu and Prof. N. B. Venkateswarlu, A Critical Comparative Study of Liver Patients from USA and INDIA: An Exploratory Analysis., International Journal of Computer Science Issues, ISSN:1694-0784, May 2012.
2. Bendi Venkata Ramana, Prof. M. S. Prasad Babu and Prof. N. B. Venkateswarlu, A Critical Study of Selected Classification Algorithms for Liver Disease Diagnosis, International Journal of Database Management Systems (IJDMS), Vol.3, No.2, ISSN : 0975-5705, PP 101-114, May 2011.
Examples
data(ILPD)
str(ILPD)