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 feature engineering and model evaluation #13

Closed kkdsdesilva closed 9 months ago

kkdsdesilva commented 9 months ago

This pull request includes several commits that add feature engineering to the code and train and test different models. It also includes the addition of recall and f1 score to the evaluation metrics.