You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this project was to use a bank of patient data from the intensive care unit to determine whether patients received a transfusion as well as which patient features are most critical in the classification. This code addresses the problem using a variety of predictive classification models from scikit-learn. It also provides tools for data parsing, statistical analysis, graphing, and PDF output of decision tree models.
We unfortunately cannot publish any data associated with this database and have anonymized attribute and string names from within the data schema. However, this code shows the skeleton used as part of our analysis of the data and the goal of predictive classification of the patient data.