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

Any advice, please. #8

Open
TaeniKim opened this issue Apr 22, 2022 · 1 comment
Open

Any advice, please. #8

TaeniKim opened this issue Apr 22, 2022 · 1 comment

Comments

@TaeniKim
Copy link

Hi. I read your paper very well.
I want to do two experiments.

  1. Multivariate regression
    You said "The NBEATSx model offers a solution to the multivariate regression problem" in your paper.
    I will try with a multivariate datasets.

  2. A probabilistic forecast, not a point forecasting
    I'm going to apply 'Quntile regression'.
    I wonder if it can be implemented without difficulty in the current architecture.
    For example, simple 'loss function, ..' modifications, etc.

Please let me know if you have any advice.
Thank you.

@kdgutier
Copy link
Collaborator

kdgutier commented Apr 22, 2022

Hi @TaeniKim,

  1. Multivariate regression problem:
    We are tackling the problem P(y_[t+1:t+H] | y_[t-L:t], X_[t+1:t+H], S), where H is the forecast horizon and L are the lags, y is the target variable and X are temporal exogenous variables available at the prediction time.

  2. We have the Multi-Quantile Loss available in the neuralforecast library.

You can use it to model marginal distributions with a non parametric approach.
In the past we adapted the outputs of the MLPs in the N-BEATS architecture to track the number of quantiles that you want to predict.

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

No branches or pull requests

2 participants