https://github.com/probcomp/trcrpm
Temporally-reweighted Chinese restaurant process mixture models for multivariate time series
https://github.com/probcomp/trcrpm
Last synced: 8 months ago
JSON representation
Temporally-reweighted Chinese restaurant process mixture models for multivariate time series
- Host: GitHub
- URL: https://github.com/probcomp/trcrpm
- Owner: probcomp
- License: apache-2.0
- Created: 2018-02-13T23:17:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T03:25:41.000Z (about 2 years ago)
- Last Synced: 2025-06-02T17:27:07.375Z (10 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.3 MB
- Stars: 37
- Watchers: 7
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Temporally-Reweighted Chinese Restaurant Process Mixture Models
[](https://travis-ci.org/probcomp/trcrpm)
[](https://anaconda.org/probcomp/trcrpm)
[](https://anaconda.org/probcomp/trcrpm)
A nonparametric Bayesian method for clustering, imputation, and forecasting
in multivariate time series data.
## Installing
There are various ways to install this package. The easiest way is to pull
the package from conda,
```bash
$ conda install -c probcomp trcrpm
```
For more information, see [INSTALLING.md](./INSTALLING.md)
## Getting started
For tutorials showing how to use the method, refer to the
[tutorials](./tutorials) directory.

## Documentation
The [API reference](https://probcomp-1.csail.mit.edu/trcrpm/doc/api.html) is
available online. Use `make doc` to build the documentation locally (needs
[`sphinx`](http://www.sphinx-doc.org/en/stable/install.html) and
[`napoleon`](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/)).
## References
Feras A. Saad and Vikash K. Mansinghka, [Temporally-Reweighted Chinese
Restaurant Process Mixtures For Clustering, Imputing, and
Forecasting Multivariate Time Series](http://proceedings.mlr.press/v84/saad18a.html).
In AISTATS 2018: _Proceedings of the 20th International Conference on Artificial
Intelligence and Statistics_, Proceedings of Machine Learning Research 84,
Playa Blanca, Lanzarote, Canary Islands, 2018.
To cite this work, please use the following BibTeX reference.
```bibtex
@inproceedings{saad2018trcrpm,
author = {Saad, Feras A. and Mansinghka, Vikash K.},
title = {Temporally-reweighted {C}hinese restaurant process mixtures for clustering, imputing, and forecasting multivariate time series},
booktitle = {AISTATS 2018: Proceedings of the 21st International Conference on Artificial Intelligence and Statistics},
series = {Proceedings of Machine Learning Research},
volume = 84,
pages = {755--764},
publisher = {PMLR},
address = {Playa Blanca, Lanzarote, Canary Islands},
year = {2018},
keywords = {probabilistic inference, multivariate time series, nonparametric Bayes, structure learning},
}
```
## License
Copyright (c) 2015-2018 MIT Probabilistic Computing Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.