#17 · Primary category: Time Series Machine Learning
pytorch_geometric_temporal
PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
Project last updated:05/30/26
GitHub Stars
3.0K
Forks
403
Contributors
40
License
MIT
Why we included this project
Most time-series tooling ignores the graph underneath the data, and most graph libraries ignore time. PyTorch Geometric Temporal sits between the two: it extends PyTorch Geometric so you can train graph neural networks over sequences of graph snapshots, with implementations drawn from published papers covering traffic flow, epidemic spread, wind farm output, and similar spatio-temporal regression tasks. The unglamorous work is handled too, with snapshot iterators for static or dynamic graphs, train-test splitting, and bundled benchmark datasets like METR-LA and PEMS-BAY so you can check against published baselines. Researchers get a broad set of recent methods to build on, and practitioners get a working prototype faster than they would writing the batching and splitting code themselves. If you already work in PyTorch and think in graphs, this is a quick way to test a temporal-graph idea.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
netdata
The fastest path to AI-powered full stack observability, even for lean teams.
catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
sktime
A unified framework for machine learning with time series
darts
A python library for user-friendly forecasting and anomaly detection on time series.
featuretools
An open source python library for automated feature engineering