Multiple Time Series Forecasting with Prophet in Python

In this blog post, I will walk you through a complete example of how to use Prophet for multiple time series forecasting. Prophet, developed by Facebook (Meta) is an alternative to popular univariate time series models like ARIMA, that is claimed to be better for business use cases. I will teach everything from installing Prophet to saving a trained model, and along the way, I will explain each step of the process in detail....

February 20, 2023 · 10 min · Mario Filho