skforecast — Expert Examples
Scikit-learn compatible time series forecasting with lag features
skforecast expert patterns
Expert-level usage, performance optimization, and internals.
python
# Install: pip install skforecast import skforecast # Expert-level skforecast usage # Performance optimization and internals print("skforecast expert patterns")
Expert-level skforecast usage for performance-critical and production-grade applications.
Want to try these examples interactively?
Open Expert Playground