kdgutier / esrnn_torch

MIT License
156 stars 45 forks source link

Why is numpy==1.16.1 the only numpy version compatible with ESRNN? #28

Closed michellemorales closed 3 years ago

michellemorales commented 3 years ago

Hi there,

I am working on building a forecasting ensemble pipeline that leverages a few different open source forecasting models, ESRNN, Keras, FBprophet, etc.

However, ESRNN is the only one that has an exact numpy version requirement, which is an older version than the rest of the libraries require. I am wondering why this is the only numpy version compatible with the library? It makes it impossible to ensemble it with any other library.

AzulGarza commented 3 years ago

Hi @michellemorales,

The latest version does not have this limitation.

Thank you!