neuralforecast icon indicating copy to clipboard operation
neuralforecast copied to clipboard

[FEAT] ESRNN Model

Open AzulGarza opened this issue 2 years ago • 1 comments

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.

AzulGarza avatar May 03 '23 18:05 AzulGarza

Hi @FedericoGarza. Do you plan to add the ensembling attribute as in the original implementation of @kdgutier

model= ESRNN(ensemble=True)

Thanks :-)

Yasslight90 avatar May 04 '23 09:05 Yasslight90