Forecasting platforms & libraries · PyTorch Forecasting community (open source)
PyTorch Forecasting
Open-source deep-learning forecasting library built on PyTorch and PyTorch Lightning for panel/multi-series data.
PyTorch Forecasting is a library for building neural forecasting models — Temporal Fusion Transformer, N-BEATS, DeepAR-style recurrent networks and others — on top of PyTorch and PyTorch Lightning, aimed at teams that want deep learning specifically rather than statistical or gradient-boosting methods. Its TimeSeriesDataSet abstraction handles the tedious parts of panel-data forecasting: encoding multiple related series, static and time-varying covariates, and variable-length histories, into batches a neural network can train on. It requires more setup and machine-learning expertise than Prophet or Nixtla's statistical models, and benefits from a GPU for training, but gives more modeling flexibility for large panels of related series (many stores, many SKUs, many sensors) where covariate interactions matter. It integrates naturally with the broader PyTorch and Lightning ecosystem for experiment tracking and deployment.
At a glance
| Vendor | PyTorch Forecasting community (open source) |
|---|---|
| Pricing model | Open source + paid options |
| Free tier | Yes |
| Deployment | Self-hosted |
| Open source | Yes (MIT) |
| Best for | ML engineers forecasting large panels of related series (many products, stores or sensors) who want deep-learning models with covariates. |
Pricing
Free and open source with no commercial tier.
Pricing has not been verified yet — see the vendor's site.
Features
- Temporal Fusion Transformer, N-BEATS, DeepAR-style and other neural forecasters
- TimeSeriesDataSet abstraction for panel/multi-series data
- Static and time-varying covariate support
- Built on PyTorch Lightning for training loops and logging
- Attention-based interpretability for Temporal Fusion Transformer
- Quantile/probabilistic forecasting output
- GPU-accelerated training for large panels
Integrations
Profile last reviewed September 21, 2026