GithubHelp home page GithubHelp logo

hospital-mortality-prediction's Introduction

In Hospital Mortality Prediction

The predictors of in-hospital mortality for intensive care units (ICU)-admitted HF patients remain poorly characterized. We aimed to develop and validate a prediction model for all-cause in-hospital mortality among ICU-admitted HF patients.

This project attempts to create a classifier that can identify patients that will die or remain alive based on certain parameters.

Source

This project is an implementation of the kaggle project found at https://www.kaggle.com/saurabhshahane/in-hospital-mortality-prediction

Models

There are two models in this project

1. xgboostmodel.py

This uses the XGBClassifier. A summary of the performance of this model is given below

precision recall f1-score support
0 (Alive) 0.95 0.96 0.95 204
1 (Dead) 0.96 0.95 0.95 204
accuracy 0.95 408
macro avg 0.95 0.95 0.95 408
weighted avg 0.95 0.95 0.95 408

2. ann.py

This uses an artifical neural network. A summary of the performance of this model is given below

precision recall f1-score support
0 (Alive) 0.98 0.89 0.94 204
1 (Dead) 0.90 0.99 0.94 204
accuracy 0.94 408
macro avg 0.94 0.94 0.94 408
weighted avg 0.94 0.94 0.94 408

hospital-mortality-prediction's People

Contributors

jundelikwo avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.