jdb78 / pytorch-forecasting

Time series forecasting with PyTorch

Home Page:https://pytorch-forecasting.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the DeepVAR implementation correct?

chododom opened this issue · comments

I was reading the paper that the DeepVAR implementation is supposed to be based on (https://arxiv.org/abs/1910.03002) and I'm having trouble finding the Gaussian copula processes anywhere in the source code.
Could anyone point me to where the transformation from DeepAR to DeepVAR rakes place please?

It would be very much appreciated, thank you!

I also have the same question.