prophetAdvanced Examples

Facebook's time series forecasting with seasonality and holidays

Advanced prophet techniques

Advanced usage and configuration of prophet.

python
# Install: pip install prophet
import prophet

# Advanced prophet configuration and usage
print("prophet advanced patterns")

These advanced techniques unlock the full power of prophet.

Want to try these examples interactively?

Open Advanced Playground