An open API service indexing awesome lists of open source software.

https://github.com/marksgraham/gcs_clustering

Cluster patients based on their time-series GCS scores.
https://github.com/marksgraham/gcs_clustering

Last synced: over 1 year ago
JSON representation

Cluster patients based on their time-series GCS scores.

Awesome Lists containing this project

README

          

Code to cluster patients based on their time-series GCS scores.

## Install
Recommend working on a fresh virtual environment. Install the requirements with

```bash
pip install -r requirements.txt
```

## How to run
Set `filename` and `output_dir` in `temporal-clustering.py` and run the script.