This project focuses on predicting chronic kidney disease using various machine learning and deep learning models. The dataset contains demographic, credit application specific, credit history, collateral, and financial attributes.
We applied five machine learning models to predict chronic kidney disease:
- Support Vector Machine (SVM)
- Logistic Regression
- Decision Tree
- XGBoost
- CatBoost
XGBoost and CatBoost achieved the highest accuracy of 99%.
We also explored Deep Learning models:
ANN achieved the highest accuracy among deep learning models with 99%.
We used Explainable AI (XAI) techniques to interpret the models:
- SHAP (SHapley Additive exPlanations)
- LIME (Local Interpretable Model-agnostic Explanations)