skforecast
Package — Time SeriesPython 3.7+Advanced
Scikit-learn compatible time series forecasting with lag features
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, pandas, scikit-learn, tqdm, joblib
- Install
pip install skforecast
Learn by Difficulty
Quick Example
python
# Install: pip install skforecast import skforecast # Basic skforecast usage print(f"Using skforecast") # See documentation for detailed examples
skforecast is a third-party package. Scikit-learn compatible time series forecasting with lag features. Install with: pip install skforecast
Try in PlaygroundTags
packagetime-seriesforecastingstatistics