added an MVP TimesNet implementation to our dev en...
# neural-forecast
c
added an MVP TimesNet implementation to our dev environment today, @Cristian (Nixtla) if there's anything we can do help add support for this in
neuralforecast
lmk
a
Very cool! Do you mind sharing the commit? Cannot find it upstream đŸ™‚
c
Hi @Chris Gervais! Did you add it on top of
neuralforecast
already or did you used their implementation? We are planning to add it to
neuralforecast
soon. It would be awesome if you do the initial pull request and we review/modify it to merge it to main. I can send you our contribution guides and how to add a model guide.
c
I started down the
NF
contribution path but got a little sidetracked. In the end I just used their underlying pytorch components and converted everything to pytorch lightning
i was struggling a little bit to get the training / validation / test outputs out of NF, i think i need to look at the cross-validation code a little closer