LilJing / causal_hmm

Python implementation for paper: "Causal Hidden Markov Model for Time Series Disease Forecasting"(CVPR 2021)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Causal Hidden Markov Model for Time Series Disease Forecasting

This repository is the python implementation of Causal Hidden Markov Model for Time Series Disease Forecasting(CVPR2021).

The directed acylic graph (DAG) for our Causal-HMM.

The directed acylic graph (DAG) for our Causal-HMM

Re-implement the method on default setting by:

python main.py 

Due to data privacy, our data set is not public here.

Citation

If you found this work useful, please consider citing:

@inproceedings{li2021causal,
  title={Causal Hidden Markov Model for Time Series Disease Forecasting},
  author={Jing Li, Botong Wu, Xinwei Sun, Yizhou Wang},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  year={2021}
}

About

Python implementation for paper: "Causal Hidden Markov Model for Time Series Disease Forecasting"(CVPR 2021)


Languages

Language:Python 100.0%