Risk Factor Prediction Of Chronic Kidney Disease
CKD is a medical issue that declines the productivity of renal capacities
@kaggle.joebeachcapital_risk_factor_prediction_of_chronic_kidn_f0a1086c
CKD is a medical issue that declines the productivity of renal capacities
@kaggle.joebeachcapital_risk_factor_prediction_of_chronic_kidn_f0a1086c
Chronic kidney disease (CKD) is an increasing medical issue that declines the productivity of renal capacities and subsequently damages the kidneys.
Was there any data preprocessing performed?
This dataset is not pre-processed, if you want to apply a Machine learning Algorithm at first you have to need to pre-process the data
Additional Information
This dataset is real Bangladeshi patient data. The dataset is collected from Enam Medical College, Savar, Dhaka, Bangladesh.
Variable Information
CREATE TABLE ckd_dataset_v2 (
"bp_diastolic" VARCHAR -- Bp (Diastolic),
"bp_limit" VARCHAR,
"sg" VARCHAR,
"al" VARCHAR,
"class" VARCHAR,
"rbc" VARCHAR,
"su" VARCHAR,
"pc" VARCHAR,
"pcc" VARCHAR,
"ba" VARCHAR,
"bgr" VARCHAR,
"bu" VARCHAR,
"sod" VARCHAR,
"sc" VARCHAR,
"pot" VARCHAR,
"hemo" VARCHAR,
"pcv" VARCHAR,
"rbcc" VARCHAR,
"wbcc" VARCHAR,
"htn" VARCHAR,
"dm" VARCHAR,
"cad" VARCHAR,
"appet" VARCHAR,
"pe" VARCHAR,
"ane" VARCHAR,
"grf" VARCHAR,
"stage" VARCHAR,
"affected" VARCHAR,
"age" VARCHAR
);Anyone who has the link will be able to view this.