Giter VIP home page Giter VIP logo

vasospasm's Introduction

Vasospasm Predictor

Instructions:

  • From Perioperative Data Warehouse, insert data into the Data subfolder
  • Run Notebook 1 then Notebook 2 and lastly Notebook 3
  • Notebook 3 may require a GPU to make training quicker. Google Colab is a great option.

Structure of each Perioperative Data Warehouse file:

  • flowsheets.csv:
    • Columns: HSH_ADMSN_ID, FLO_MEAS_NAME, NORMALIZED_NAME, NFLO_MEAS_ID, GROUPED_FLO_ID, MEAS_VALUE, UNITS, RECODED_TIME
  • flowsheets pressures.csv:
    • Columns: HSH_ADMSN_ID, FLO_MEAS_NAME, NORMALIZED_NAME, NFLOW_MEAS_ID, GROUPED_FLO_ID, MEAS_VALUE, UNITS, RECODED_TIME, SYSTOLIC, DIASTOLIC, MAP
  • Labs.csv:
    • Columns: HSH_ADMSN_ID, NORMALIZED_NAME, COMPONENT_ID, COMPONENT_NAME, ORD_VALUE, ORD_NUM_VALUE_CORRECTED, RESULT_TIME
  • main.csv:
    • Columns: HSH_ADMSN_ID, ADMSN_MINUTES, ICU_MINS, DISCHARGE_MINUTES, IN_ICU_TIME, VERAPAMIL_TAKEN_TIME, BMI, AGE_LT90, SEX, ETHNICITY, RACE

Description of columns:

  • HSH_ADMSN_ID: String with unique patient identifier
  • FLO_MEAS_NAME: String with name of the flowsheet measure (from Epic)
  • NORMALIZED_NAME: String with name of flowsheet measure that is standardized for groups of measures that should be averaged together
  • NFLO_MEAS_ID: Integer ID uniquely identifying FLO_MEAS_NAME
  • GROUPED_FLO_ID: Integer ID uniquely identifying NORMALIZED_NAME
  • MEAS_VALUE: String raw value of output measure
  • UNITS: String raw value of output units
  • RECODED_TIME, RESULT_TIME: Time relative to ICU admission in minutes (integer)
  • SYSTOLIC, DIASTOLIC: Integer for systolic and diastolic of pressure values
  • ORD_VALUE: Value of lab
  • ORD_VALUE_CORRECTED: Value of lab if there are any corrections that need to take place
  • ADMSN_MINUTES: Integer time patient was admitted (should be 0)
  • ICU_MINS: Integer time patient was admitted to ICU (relative to admission minutes)
  • DISCHARGE_MINUTES: Integer time patient was discharged from ICU (relative to admission minutes)
  • IN_ICU_TIME: Length of time patient was in ICU
  • VERAPAMIL_TAKEN_TIME: Time (relative to admission) patient was administered verapamil. NaN/empty if not given
  • BMI: BMI of patient (integer)
  • AGE_LT90: 1 if patient is less than 90 years old, 0 otherwise.
  • SEX: 'M' or 'F'
  • ETHNICITY: String Ethnicity of patient
  • RACE: String Race of patient

vasospasm's People

Contributors

abhisuri97 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.