Coder Social home page Coder Social logo

rf-for-ards-classification's Introduction

Random Forest for the retrospective classification of ARDS in ICU time-series data

This repository contains the implementation of a random forest algorithm for the retrospecitve classification of patients with Acute Respiratory Distress Syndrome (ARDS) in intensive care time-series data. For detailed information on how to use this software, please see the documentation folder (Documentation is still in progress).

This software is still in development and new features may be added in the future.

License

Code licensed under the GPL License. See LICENSE.txt file for terms.

Important information on the GitLab / GitHub repositories

The repository is maintained at the GitLab of the Embedded Software Laboratory and mirrored to this GitHub repository. That means, changes on the GitLab repository are automatically, regulary pushed to the GitHub repository. During this process, the content of the GitHub repository gets overwritten completely, so please don't push any changes into the GitHub repository directly. Otherwise, your work may get lost.

Installation

This thesis has been done using python 3.10, please ensure correct python version as it uses some features introduced with python 3.10

  1. Install all needed libraries: pip install -r requirements.txt requirements.txt can be found in 06_Implementation\Implementation

  2. Edit options.json with your own credetials in the database_connection part:

    {
      "user": DB_USERNAME,
      "password": DB_PASSWORT,
      "database": "SMITH_MIMIC/3",
      "ssh": {
        "host": "137.226.78.84",
        "username": SSH_USERNAME,
        "password": SSH_PASSWORT,
        "forward_host": "137.226.191.195",
        "forward_port": 3306
      }
    }

rf-for-ards-classification's People

Contributors

sfonck avatar haenfry avatar

Watchers

Marcus Völker avatar Michael Lamberti avatar  avatar Kostas Georgiou 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.