statsforecast
Package — Time SeriesPython 3.7+Advanced
Fast statistical forecasting: ARIMA, ETS, Theta, CrostonSBA
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, pandas, scipy, tqdm, numba, utilsforecast, coreforecast
- Install
pip install statsforecast
Learn by Difficulty
Quick Example
python
# Install: pip install statsforecast import statsforecast # Basic statsforecast usage print(f"Using statsforecast") # See documentation for detailed examples
statsforecast is a third-party package. Fast statistical forecasting: ARIMA, ETS, Theta, CrostonSBA. Install with: pip install statsforecast
Try in PlaygroundTags
packagetime-seriesforecastingstatistics