This repo will contain the python code for our "SGMCMC for Time Series SSMs" paper (link).
Source code is in the code/sgmcmc_ssm
folder.
Scripts/Jupyter Notebooks for experiments will be in the experiments
folder.
Add the code/sgmcmc_ssm
folder to the PYTHONPATH.
Requirements: Python 3+, numpy, pandas, scipy, seaborn, joblib, scikit-learn,
Under construction
See code/README.md
Synthetic LGSSM Script Example
cd code/
ipython demo/lgssm_demo.py
Under construction
Christopher Aicher – aicherc@uw.edu
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/aicherc/sgmcmc_ssm_code
- Fork it (https://github.com/aicherc/sgmcmc_ssm_code/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request