kdgutier / esrnn_torch

MIT License
156 stars 44 forks source link

Exogenous variables #32

Closed canion8 closed 3 years ago

canion8 commented 3 years ago

Is it possible to set more than one exogenous variable? From what I understood, only the column 'x' of the 'X_df' dataframe can contain an exogenous variable.

Thanks

AzulGarza commented 3 years ago

Hi! We've released a new library with new features, new models, and the possibility of setting more than one exogenous variable.

https://github.com/Nixtla/nixtlats

Thanks!