Skip to content

A rewrite, with improvements, of our submission to the PhysioNet 2019 sepsis detection challenge.

License

Notifications You must be signed in to change notification settings

hello0630/sepsis_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sepsis Framework

A framework for dealing with the physionet 2019 sepsis dataset and making predictions to be scored against the pre-defined utility function.

My suggestion is to setup a virtual environment folder at /env/ in the root directory of this project. Install the requirements with

pip install -r requirements.txt

Create a data/ folder in the project directory, make this a symlink if you wish to store it somewhere else, then create a data/raw folder.

  1. Run src/data/download.py to download the raw data into data/raw.
  2. Run src/data/make_frame.py to convert the data into a dataframe format useful for visualisation in notebooks.
  3. Run src/data/preprocess.py to perform various preprocessing steps (that one may want to change if running your own models) that includes simple feature derivation, and converts the ragged data into a nan filled tensor.
  4. Run src/models/predict_model.py to run a simple model and get cross-validated scores.

About

A rewrite, with improvements, of our submission to the PhysioNet 2019 sepsis detection challenge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages