prophetEasy Playground

Facebook's time series forecasting with seasonality and holidays

Getting started with prophetRun locally
Install
pip install prophet
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: prophet)

prophet is a third-party package. Facebook's time series forecasting with seasonality and holidays. Install with: pip install prophet

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?