Hepatitis C Prediction
Laboratory values of blood donors and Hepatitis C patients
@kaggle.wearefuture01_hepatitis_c_prediction
Laboratory values of blood donors and Hepatitis C patients
@kaggle.wearefuture01_hepatitis_c_prediction
Context
The data set contains laboratory values of blood donors and Hepatitis C patients and demographic values like age. The data was obtained from UCI Machine Learning Repository: https://archive.ics.uci.edu/ml/datasets/HCV+data
Content
All attributes except Category and Sex are numerical.
Attributes 1 to 4 refer to the data of the patient:
The target attribute for classification is Category (2): blood donors vs. Hepatitis C patients (including its progress ('just' Hepatitis C, Fibrosis, Cirrhosis).
Acknowledgements
Creators: Ralf Lichtinghagen, Frank Klawonn, Georg Hoffmann
Donor: Ralf Lichtinghagen: Institute of Clinical Chemistry; Medical University Hannover (MHH); Hannover, Germany; lichtinghagen.ralf '@' mh-hannover.de
Donor: Frank Klawonn; Helmholtz Centre for Infection Research; Braunschweig, Germany; frank.klawonn '@' helmholtz-hzi.de
Donor: Georg Hoffmann; Trillium GmbH; Grafrath, Germany; georg.hoffmann '@' trillium.de
Relevant Papers
Lichtinghagen R et al. J Hepatol 2013; 59: 236-42
Hoffmann G et al. Using machine learning techniques to generate laboratory diagnostic pathways – a case study. J Lab Precis Med 2018; 3: 58-67
Other Datasets
Stroke Prediction Dataset: LINK
Wind Speed Prediction Dataset: LINK
Spanish Wine Quality Dataset: LINK
CREATE TABLE hepatitiscdata (
"unnamed_0" BIGINT -- Unnamed: 0,
"category" VARCHAR,
"age" BIGINT,
"sex" VARCHAR,
"alb" DOUBLE,
"alp" DOUBLE,
"alt" DOUBLE,
"ast" DOUBLE,
"bil" DOUBLE,
"che" DOUBLE,
"chol" DOUBLE,
"crea" DOUBLE,
"ggt" DOUBLE,
"prot" DOUBLE
);
Anyone who has the link will be able to view this.