Skip to content

BoXHED/BoXHED_Fuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BoXHED Fuse

BoXHED Fuse is a clinical note embedding pipeline designed for BoXHED 2.0, a software package for nonparametrically estimating hazard functions via gradient boosted trees. BoXHED Fuse aims to improve BoXHED 2.0's training capabilities by enriching its dataset with note embeddings.

As a repository, BoXHED Fuse functions independently of BoXHED 2.0. It transforms clinical notes from MIMIC IV electronic health records (EHR) into note embeddings, which are merged with BoXHED 2.0 time-series data. The resulting augmented dataset is directly usable for BoXHED 2.0.

For the BoXHED 2.0 repository, click here.

For the BoXHED 2.0 paper, please refer to Pakbin et al. (2023) for details.

Suggested citations

Prerequisites

Setting up BoXHED Fuse

  1. Set up a dedicated virtual environment for BoXHED Fuse. First, create a virtual environment called BoXHED_Fuse:
conda create -n BoXHED_Fuse python=3.10

then activate it

conda activate BoXHED_Fuse

About

Fusing clinical notes with EHR data for survival analysis on BoxHED2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published