benedekrozemberczki / pytorch_geometric_temporal

PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
MIT License
2.64k stars 371 forks source link

Can I use this library for multivariate forecasting? #196

Closed joshi98kishan closed 2 years ago

joshi98kishan commented 2 years ago

I can see that most of the models take graph as input, except the MTGNN model which can learn the graph from multivariate time series.

Are there any other models like MTGNN which can learn the graph on its own and also returns the forecasts?

benedekrozemberczki commented 2 years ago

Yes, you can have vector, matrix and tensor valued targets.