GithubHelp home page GithubHelp logo

xiangbu / easp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meicheng-seu/easp

0.0 0.0 0.0 546 KB

The highest entry score from our team named SailOcean in the PhysioNet/Computing in Cardiology Challenge 2019. An Explainable Artificial Intelligence Predictor for Early Detection of Sepsis.

License: MIT License

Python 99.29% Shell 0.71%

easp's Introduction

EASP

An Explainable Artificial Intelligence Predictor for Early Detection of Sepsis. The highest entry score from SailOcean in the PhysioNet/Computing in Cardiology Challenge 2019.

Brief Introduction

The PhysioNet/Computing in Cardiology Challenge 2019 facilitated the development of automated, open-source algorithms for the early detection of sepsis from clinical data. Details see (https://physionet.org/content/challenge-2019/1.0.0/).

We proposed an Explainable Artificial-intelligence Sepsis Predictor (EASP) to predict sepsis risk hour-by-hour, and focused on its interpretability for the clinical EHR data sourced from ICU patients. Final results show that EASP achieved best performance in the challenge.

Data

These instructions go through the training and evaluation of our model on the Physionet 2019 challenge public database (https://archive.physionet.org/users/shared/challenge-2019/).

To download and build the datasets run:

./setup.sh

Training

To train a model use the following command:

python model_train.py

Note that the model is saved in directory of 'xgb_model'

Evaluation

After training the model, you can make predictions and then yield the model performance.

python test.py xgb_model

Or you can directly use our trained model for quick verification using the following command.

python test.py Submit_model

Explanation

Impacts of features on risk output were quantified by Shapley values to obtain instant interpretability for the developed EASP model.

python shap_explain.py xgb_model  
or  
python shap_explain.py Submit_model

Citation and Reference

This work has been published in Critical Care Medicine.

An Explainable Artificial Intelligence Predictor for Early Detection of Sepsis

Conference Paper published in 2019 Computing in Cardiology Conference is as follows.

Early Prediction of Sepsis Using Multi-Feature Fusion Based XGBoost Learning and Bayesian Optimization

Feadback

If you have any questions or suggestions on this work, please e-mail [email protected]

easp's People

Contributors

meicheng-seu 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.