Overview of forecasting capabilities in functime
mainThe functime forecasting API supports the full machine learning lifecycle for time-series:
- Forecast Types: Supports both point and probabilistic forecasts (via quantile regression and conformal prediction).
- Features: Supports exogenous features and seasonality effects (using calendar, Fourier, and holiday features).
- Validation: Includes backtesting utilities with expanding window and sliding window splitters.
- Automation: Uses
FLAMLfor automated lags and hyperparameter tuning. - Strategies: Supports both recursive and direct forecast strategies.
- Metrics: Provides parallel scoring for metrics like MASE, SMAPE, and CRPS.