Bayesian Changepoint Detection in (Num)Pyro
Posted on Tue 08 June 2021 in probabilistic programming, changepoint detection, Bayesian
Chad Scherrer has a blog post about how to do Bayesian changepoint detection in PyMC3, in the context of detecting changepoint associated with the yearly number of coal mining disasters. Here we will see how to implement the same model in Pyro, a probabilistic programming language and environment using PyTorch …
Continue reading