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.
- Host: GitHub
- URL: https://github.com/marksgraham/gcs_clustering
- Owner: marksgraham
- Created: 2024-05-15T09:41:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T09:58:06.000Z (about 2 years ago)
- Last Synced: 2025-01-22T15:36:27.602Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.