This project focuses on predicting patient attendance and optimizing scheduling using data-driven insights to improve operational efficiency and care delivery.
| File | Description |
|---|---|
medical_noshow_notebook.ipynb |
Full EDA → Preprocessing → Classification → Forecasting notebook |
app.py |
Streamlit multi-page web application |
Models/ |
Saved model files (.pkl) |
pip install streamlit pandas numpy scikit-learn xgboost lightgbm imbalanced-learn matplotlib seaborn joblibstreamlit run app.py