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.
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.