From 17f71a280db916bb2d16030f7a556fe15257f64d Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Thu, 13 Sep 2018 14:40:33 +0200 Subject: [PATCH] DOC Add link to PMProphet to readme. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index a5e7aec76f..576f25d552 100644 --- a/README.rst +++ b/README.rst @@ -145,6 +145,7 @@ Software using PyMC3 - `Bambi `__: BAyesian Model-Building Interface (BAMBI) in Python. - `pymc3_models `__: Custom PyMC3 models built on top of the scikit-learn API. +- `PMProphet `__: PyMC3 port of Facebook's Prophet model for timeseries modeling - `webmc3 `__: A web interface for exploring PyMC3 traces - `sampled `__: Decorator for PyMC3 models. - `NiPyMC `__: Bayesian mixed-effects modeling of fMRI data in Python.