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

https://github.com/vanderschaarlab/clairvoyance2

clairvoyance2: a Unified Toolkit for Medical Time Series
https://github.com/vanderschaarlab/clairvoyance2

ai artificial-intelligence healthcare individualized-treatment-effect interpretability interpretable-machine-learning machine-learning medicine survival-analysis time-series time-series-analysis time-series-prediction treatment-effects

Last synced: about 2 months ago
JSON representation

clairvoyance2: a Unified Toolkit for Medical Time Series

Awesome Lists containing this project

README

        

# clairvoyance2

**❗ This library has been superseded by [`temporai`](https://github.com/vanderschaarlab/temporai) and is being sunset, please use [`temporai`](https://github.com/vanderschaarlab/temporai) instead.**

## Installation

`pip install clairvoyance2`

## Models

| Model | Status |
|-|-|
| **Prediction (Forecasting)** |
| RNN | ✅ |
| Seq2Seq | ✅ |
| **Imputation** |
| {f,b}fill & Mean | ✅ |
| **Individualized Treatment Effects** |
| [CRN](https://openreview.net/forum?id=BJg866NFvB) | ✅ |
| [SyncTwin](https://proceedings.neurips.cc/paper/2021/hash/19485224d128528da1602ca47383f078-Abstract.html) | ✅ |

## Tutorials

* [📔 Basic Usage](tutorials/basic_usage.ipynb)
* [📔 Example: CRN](tutorials/crn.ipynb)
* [📔 Example: SyncTwin](tutorials/synctwin.ipynb)