An open API service indexing awesome lists of open source software.

https://github.com/muneeb706/patient-no-show

Patient No Show Predictive Modeling Using RIPPER and Hoeffding Trees Algorithms
https://github.com/muneeb706/patient-no-show

binary-classification hoeffding-trees interpretable-machine-learning predictive-modeling ripper shap

Last synced: 2 months ago
JSON representation

Patient No Show Predictive Modeling Using RIPPER and Hoeffding Trees Algorithms

Awesome Lists containing this project

README

        

# Patient No Show Predictive Modeling

This project contains [notebook](https://github.com/muneeb706/patient-no-show/blob/main/Patient_NoShow_Predictive_Modeling.ipynb) and [final report](https://github.com/muneeb706/patient-no-show/blob/main/Muneeb_Final_Report.pdf) that explains all the steps followed for evaluating performance of RIPPER and Hoeffding Tree Algorithm in solving patient no-show problem. For this project, SHAP (SHapley Additive exPlanations) has been used for the feature selection despite the fact that this method does not have any correlation with the methods used for prediction but, I wanted to study, how this method helps us in achieving interpretability in feature selection process regardless of the type of predictive models.

I have used [Kaggle dataset](https://www.kaggle.com/joniarroba/noshowappointments) for this study.

##