skforecastEasy Playground

Scikit-learn compatible time series forecasting with lag features

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

skforecast is a third-party package. Scikit-learn compatible time series forecasting with lag features. Install with: pip install skforecast

Challenge

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