neuralforecast
neuralforecast copied to clipboard
[FEAT] ESRNN Model
A user requested to include the ESRNN model (available in previous versions of NeuralForecast). The user tried to use this version but it does not allow more than one exogenous variable.
Hi @FedericoGarza. Do you plan to add the ensembling attribute as in the original implementation of @kdgutier
model= ESRNN(ensemble=True)
Thanks :-)