Orion
Orion copied to clipboard
DeepAR primitive
New primitive to use gluonts
's implementation of DeepAR.
Note
gluonts
requires the new version of pandas which is supported in the new version of mlprimitives==0.2.6
. Once we make this update, include the following in the setup.
'mlblocks>=0.3.4,<0.4',
'mlprimitives>=0.2.6,<0.4',
'gluonts>=0.4,<0.8'