oliverguhr/transformer-time-series-prediction
A proof-of-concept PyTorch implementation of transformer models for single-step and multi-step time series forecasting.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository provides two transformer models for time series prediction tasks. The single-step model predicts the next time point given a sequence, while the multi-step model generates longer sequences by autoregressive prediction. Both implementations use PyTorch and were trained on temperature datasets as demonstration. The author explicitly recommends production-grade alternatives like flow-forecast for real-world use cases.