Giter VIP home page Giter VIP logo

aki_rrt's Introduction

Title: Prediction of patients receiving delayed dialysis treatment

This project was done during the SG Healthcare AI Datathon 2021.

Problem Statement

Predict which AKI patients in ICU will receive delayed dialysis (>8h).

Background

In life-threatening cases, early dialysis can be life-saving. However, some patients can regain kidney function without dialysis, in the absence of life-threatening complications. The questions of when to start dialysis, and in which patients, are the subject of intense debate. The ELAIN trial found that early dialysis reduced mortality at 90 days, while the STARRT-AKI trial found that early dialysis was not associated with a lower risk of death. These high-profile randomised controlled trials only lead to more confusion in the field.

Data and Model

Adult patients with AKI who were in ICU for the first time were extracted from MIMIC-IV database.

The metric of interest is the roc_auc score. This provides us a measure of how the model can distinguish between patients receiving early or delayed dialysis.

Logistic regression model was built to classify patients receiving renal replacement therapy. SMOTE was used to address the class imbalance within the dataset. And ridge regularisation was added to reduce the likelihood of overfitting. Accuracy was 0.73.

Primary findings

Feature Coefficients
Min blood urea nitrogen 1.74
Max white blood cell count 1.07
Min bicarbonate 0.62
Mean temperature 0.56
Min hematocrit 0.55

The above table shows minimum blood urea nitrogen is 3x more likely to predict delayed dialysis than minimum hematocrit. These features are clinically relevant. Patients with higher white blood cell counts and higher mean temperature may be septic, and may be better treated with antibiotics first. Dialysis may only be started after 8 hours, if their condition fails to improve.

Conclusion and recommendations

We successfully explored a logistic regression model to classify AKI patients, who received delay renal therapy.

It would be interesting to compare the outcomes of patients who underwent early and delayed dialysis. We could also include polynomial features since a preliminary analysis showed that an interaction of variables such as interaction between maximum anion gap and mean blood pressure, may have a higher predictive model during classification. Lastly, we want to explore boosting models as they may provide better accuracy.

aki_rrt's People

Contributors

doscsy12 avatar

Stargazers

 avatar  avatar

Watchers

 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.