Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Extracting the Coefficient Vectors from NBEATSx Interpretable Configuration Model #832

Open
andrewrgarcia opened this issue Nov 29, 2023 · 0 comments

Comments

@andrewrgarcia
Copy link

Description

Hello,

I'm currently working with the NBEATSx model as detailed in the paper "Neural basis expansion analysis with exogenous variables: Forecasting electricity prices with NBEATSx". On page 7 of the paper, it is mentioned that the forecast can be decomposed into trend, seasonality, and exogenous components, each with their model-adjustable $\theta^i_{s,b}$ coefficient vectors. This decomposition aspect is crucial for the interpretability of the model outputs.

Screenshot from 2023-11-29 15-58-20

While I understand that the forecast can be decomposed into separate components (as also illustrated in the Nixtla documentation), my primary interest lies in extracting the $\theta^i_{s,b}$ coefficients themselves.

Could you provide guidance on how to access or extract these coefficient vectors from the NBEATSx model? If direct extraction is not straightforward, could you point me to the relevant section of the source code where I might implement this feature or make necessary modifications?

Any assistance or direction you could provide would be greatly appreciated.

Thank you for your time and help.
-Andrew Garcia

Use case

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant