kkdsdesilva / diabetes-ucidata

Analyzing clinical care data, this repo aims to predict hospital readmission 🏥 within 30 days using ML models: Logistic Regression, Decision Tree 🌳, Random Forest 🌲, XGBoost 🚀, and Neural Networks 🧠. It targets diabetic inpatient encounters, focusing on outcomes and treatments.
1 stars 0 forks source link

Add neural network model for diabetes prediction #17

Closed kkdsdesilva closed 8 months ago

kkdsdesilva commented 8 months ago

This pull request adds a neural network model for diabetes prediction. The model is trained using different hyperparameters and evaluated using various metrics.