awslabs / gluonts

Probabilistic time series modeling in Python
https://ts.gluon.ai
Apache License 2.0
4.47k stars 744 forks source link

N-Beats ensemble times out in the automatic check on Windows #573

Open AaronSpieler opened 4 years ago

AaronSpieler commented 4 years ago

Description

N-Beats ensemble times out in the automatic check on Windows only. Interestingly this does not happen in the Linux tests. The corresponding pull request: https://github.com/awslabs/gluon-ts/pull/553

(Add as much information about your environment as possible, e.g. dependencies versions.)

lostella commented 4 years ago

I disabled the problematic tests for now. The windows builds seem a bit slower than the others in general; on the other hand, NBEATS seem like a pretty heavy model as well, so getting quick accuracy tests is probably tricky. Keeping this open just to have the story in the backlog.

rt3722 commented 4 years ago

is n-beats model included in gluonts? I can't seem to find it.