Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 439 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 439 Bytes

HCV Clustering

Dataset

The dataset is obtained from UCI Repository (with CC BY 4.0 license). It is created by Ralf Lichtinghagen, Frank Klawonn, and Georg Hoffmann. The dataset contains data from patients. It contains general information (e.g. age, sex) and laboratory values (e.g. ALB).

Models

This notebook illustrates the performance of 3 clustering models: KMeans, DBSCAN, and GMM. Among the models, KMeans performed the best.