Comparison of machine learning models for predicting chronic kidney disease using clinical data. Dataset: Adopted from the UCI Machine Learning Repository named Chronic Kidney Disease (uploaded in 2015). The 400 instances present in this dataset have been collected from Apollo hospital in Tamil Nadu, India over a period of 2 months. It has 25 attributes-- 11 numeric and 14 nominal.
- Random forest
- Logistic Regression
- SVM (quadratic polynomial kernel)
- SVM (linear kernel)
- SVM (rbf kernel)
- Naive Bayes
- Decision Tree
- KNN
- MLPClassifier (neural network) 10.TensorFlow neural network
- Accuracy
- Precision
- Recall
- F1-score
- Confusion matrix (FP, FN)
- Log-Loss
- Receiver Operating Characteristic (ROC) curves