Giter VIP home page Giter VIP logo

andreped / adverse-events Goto Github PK

View Code? Open in Web Editor NEW
7.0 5.0 3.0 75 KB

IEEE BIBM 2021: Bayesian optimization-guided topic modeling for automatic detection of sepsis-related events from free text

License: MIT License

Python 100.00%
adverse-events natural-language-processing bayesian-optimization latent-dirichlet-allocation lda machine-learning detection classification sepsis data-set ieee-bibm

adverse-events's Introduction

adverse-events

license

This repository contains the source code related to the manuscript "Preliminary Processing and Analysis of an Adverse Event Dataset for Detecting Sepsis-Related Events", presented at the IEEE International Conference on Bioinformatics and Biomedicine (IEEE BIBM 2021).

A PDF of the published paper can be accessed here. See here to download the exact version of the source code used in the publication (v1.0).

  1. Clone repo:

    git clone https://github.com/andreped/adverse-events.git

  2. Create virtual environment, activate it, and install dependencies:

    cd adverse-events/python
    virtualenv -ppython3 venv --clear
    source venv/bin/activate
    pip install -r /path/to/requirements.txt

  3. Create the project structure as defined below.

  4. Run scripts for training and evaluating different classifier models:

    python main.py misc/default-params.ini

Different parameters relevant for the analysis, building of models, evaluation, plotting results, and similar, may be modified in the INI-file.

└── adverse-events
    ├── python
    │   ├── multi-class
    │   ├── topic-analysis
    │   ├── utils
    │   └── ...
    ├── data
    │   ├── EQS_files
    │   ├── file-with-all-notes.csv
    │   └── file_with_annotated_notes.csv
    └── output
        ├── history
        ├── models
        └── figures

If you use parts of the source code in your research, please, cite this publication:

@INPROCEEDINGS{yan2021sepsis,
    author={Yan, Melissa Y. and Høvik, Lise Husby and Pedersen, André and Gustad, Lise Tuset and Nytrø, Øystein},
    booktitle={2021 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)},
    title={Preliminary Processing and Analysis of an Adverse Event Dataset for Detecting Sepsis-Related Events},
    year={2021},
    pages={1605-1610},
    doi={10.1109/BIBM52615.2021.9669410}
}

adverse-events's People

Contributors

andreped avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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