Bayesian Time Series Forecasting in Python with Orbit
In this article, you will learn how to use Orbit, a Python library for Bayesian time series forecasting. Orbit is a very straightforward library developed at Uber that offers an interface to train Bayesian exponential smoothing models implemented via the probabilistic programming languages Stan and Pyro. This is a practical guide: the goal here is not to go into the math behind the models, but rather to show how you can use Orbit in practice to forecast time series data using Bayesian models....