Skip to content

Code for the sepsis versus machine learning study published in PLOS One.

Notifications You must be signed in to change notification settings

wptmdoorn/sepsis_versus_machinelearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning versus Physicians

This repository contains the code and resources for our project titled: "Machine Learning versus Physicians". The project compares machine learning models and clinical evaluation for mortality prediction in patients with sepsis.

This work is based on the paper:

"A comparison of machine learning models versus clinical evaluation for mortality prediction in patients with sepsis"
Published in PLoS One. 2021; 16(1): e0245157.
DOI: 10.1371/journal.pone.0245157

Repository Structure

algorithms/
Contains various versions of the algorithm and the associated results.

data/
Holds all the data files used in the project, including laboratory data from the emergency department, clinical and baseline data from the ED sepsis study, and data from the questionnaires from the internists.

docs/
Includes all the necessary documentation for this project, as well as documentation from external packages and/or software systems.

figures/
Stores all the figures produced by the different experiments conducted in our study.

models/
Contains the specific files with pre-processed data that serve as "data models" (i.e., not as an algorithm, but e.g., the lab or lab + clinical datasets). TODO: consider renaming this to 'datasets'

notebooks/
Holds all Jupyter notebooks used during the project. These were mainly involved during code design and simple experiments.

src/
Contains all the source code from the project.

About

Code for the sepsis versus machine learning study published in PLOS One.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published