yashasvini121 / predictive-calc

An interactive web application developed with Streamlit, designed for making predictions using various machine learning models. The app dynamically generates forms and pages from JSON configuration files. ⭐ If you found this helpful, consider starring the repo!
https://predictive-calc.streamlit.app/
MIT License
25 stars 72 forks source link

Predicting Early Hospital Readmission for Diabetic Patients. #138

Closed TheUsefulNerd closed 1 month ago

TheUsefulNerd commented 1 month ago

Description

This PR introduces a complete Diabetes Readmission Prediction Model to the repository. The model is designed to predict the likelihood of diabetes patients being readmitted to the hospital based on various input features.

Issue Resolved

This PR resolves issue #17 , implementing a comprehensive solution for diabetes readmission prediction.

Checklist

TheUsefulNerd commented 1 month ago

@yashasvini121, here it shows "this branch has conflicts that must be resolved." Is there something I can do?

TheUsefulNerd commented 1 month ago

The conflict was raised bcoz my code was extra in app.py. So, I just removed the markers so that my code add its urs. Is there anything else I can do?

TheUsefulNerd commented 1 month ago

@yashasvini121 can you review the PR today?

TheUsefulNerd commented 1 month ago

Give me 2 days of time. I am learning undersampling and oversampling. This time I will be focusing on getting a balanced recall. But, in the input there will be more that 25 to 30 features to be run by the model. It is because the category 2(minority class) has very less data compared to the majority class. But, I will try my best to enhance the performance.