statsforecastEasy Playground

Fast statistical forecasting: ARIMA, ETS, Theta, CrostonSBA

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

statsforecast is a third-party package. Fast statistical forecasting: ARIMA, ETS, Theta, CrostonSBA. Install with: pip install statsforecast

Challenge

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