stack type exogenous in NBEATSx #390
-
Hello. I read the original paper about NBEATSx, and its claimed that there is a new stack specifically to capture the effect of exogenous variates. However, in your current implementation, the stack types for NBEATSx is just |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @SINAABBASI, Thanks for opening this issue, for the moment NeuralForecast's NBEATSx implementation does not have the exogenous projection. If you want to explore the decomposition with the exogenous projection, it is available in this repository: As soon as we have spare time we can take a look to the NBEATSx decomposition code. |
Beta Was this translation helpful? Give feedback.
Hi @SINAABBASI,
Thanks for opening this issue, for the moment NeuralForecast's NBEATSx implementation does not have the exogenous projection.
If you want to explore the decomposition with the exogenous projection, it is available in this repository:
https://github.com/cchallu/nbeatsx
As soon as we have spare time we can take a look to the NBEATSx decomposition code.