Skip to content

Kmohamedalie/Chronic-Kidney-Disease-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Chronic Kidney Disease Detection

CDC.-.Disease.Risk.mp4

Source: Centers for Disease Control more youtbe videos: NHS Imperial College Health

Task: Detect chronic kidney disease using support vector machine, the class is binary with the value (ckd,notckd). Where cdk means the presence of Chronic Kidney disease and not 'cdk' means healthy.

Dataset: UCI Machine Learning

Complete JupyterNotebook: Link

Algorithm Recall Precision F1-score Accuracy Jaccard Index
Support Vector Machine (linear) 100% 100% 100% 100% 100%

Additional Information about the dataset

This dataset is composed of 400 instances with 25 attributes, it contains missing values as welll make almost 55%, so please make sure to use EDA before running any visualization of ML algorithm.

Attributes

We use the following representation to collect the dataset age - age
bp - blood pressure
sg - specific gravity
al - albumin
su - sugar

rbc - red blood cells
pc - pus cell
pcc - pus cell clumps
ba - bacteria
bgr - blood glucose random
bu - blood urea
sc - serum creatinine
sod - sodium
pot - potassium
hemo - hemoglobin
pcv - packed cell volume
wc - white blood cell count
rc - red blood cell count
htn - hypertension
dm - diabetes mellitus
cad - coronary artery disease
appet - appetite
pe - pedal edema
ane - anemia
class - (ckd,notckd)