Orion icon indicating copy to clipboard operation
Orion copied to clipboard

DeepAR primitive

Open sarahmish opened this issue 4 years ago • 0 comments

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'

sarahmish avatar Dec 09 '20 22:12 sarahmish