Skip to content

Hospital admission data was analyzed to accurately predict the patient’s Length of Stay at the time of admit so that the hospitals can optimize resources and function better.

Notifications You must be signed in to change notification settings

msasnur/Healthcare-Analytics

Repository files navigation

Healthcare-Analytics

Contents of Repository:

  • Python Notebook file contains project code for Data Exploration, Feature Engineering, and Machine Learning models (Naive Bayes, XGBoost, Neural Networks).
  • PDF Report file contains overview of the project, predicitions and results.
  • Datasets.zip contains both the test and train data used in the project.
  • HTML file is a markdown of the jupyter notebook with alll the outputs to View without python or its IDE.

Introduction:

Healthcare organizations are under increasing pressure to improve patient care outcomes and achieve better care. While this situation represents a challenge, it also offers organizations an opportunity to dramatically improve the quality of care by leveraging more value and insights from their data. Health care analytics refers to the analysis of data using quantitative and qualitative techniques to explore trends and patterns in the acquired data. While healthcare management uses various metrics for performance, a patient’s length of stay is an important one.

Being able to predict the length of stay (LOS) allows hospitals to optimize their treatment plans to reduce LOS, to reduce infection rates among patients, staff, and visitors.

Project Highligths:

Hospital admission data was analyzed to accurately predict the patient’s Length of Stay at the time of admit so that the hospitals can optimize resources and function better. Built 3 models in Python to predict the length of stay,

  • A supervised algorithm Naïve Bayes which was classifying with an accuracy of 34.55%.

  • An ensemble method XGBoost which was predicting with an accuracy of 43.05%.

  • A dense neural network with 6 layers which yields an accuracy of 42.5%.

About

Hospital admission data was analyzed to accurately predict the patient’s Length of Stay at the time of admit so that the hospitals can optimize resources and function better.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published