Open StatMixedML opened 4 years ago
@lostella Kindly asking if the implementation of the model is in any way a priority of your group? Adding this model would be very beneficial.
Thanks!
Yes, this would be a great extension of our Deep Factor model. Thank you!
@StatMixedML no current plan on implementing it, so if you want to give it a go I can assign this to you. Otherwise we'll update you as soon as someone picks this up
@lostella I`d love to work on it, but I would first need to get sufficiently familiar with Graph Neural Networks + mxnet. Not sure by when I would be able to start actually implementing the paper. What would be your desired timeplan?
One comment: this may be much easier to implement in PyTorch -- and that's getting increasingly easy to use with GluonTS.
Even though I`d love to, I am really not sure I can commit to a continuous development of the model, since I potentially lack the time to work on it. Also, I haven't seen any implementation so far we can start with.
@StatMixedML I'm keeping this open since it's a feature request, hope that's okay
Absolutely, thanks for re-opening!
I wish I could find the time to work on it ...
Description
The following is taken from Graph Deep Factors for Forecasting:
The idea is to have a global-local model that explicitly considers the local pattern of each time series, which is in contrast to purely global models, such as DeepAR, MQRNN, etc. Also, it is a very nice extension of the already available Deep Factor model.