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

Put out distr_arg instead of samples for DeepAR #3168

Open
jschemm opened this issue May 7, 2024 · 0 comments
Open

Put out distr_arg instead of samples for DeepAR #3168

jschemm opened this issue May 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jschemm
Copy link

jschemm commented May 7, 2024

Description

When doing predictions with DeepAR, the output are samples. The samples are taken from the set distr_output. The parameters of this distribution (distr_args) are calculated in each forecasting step, but only used internally and not returned.

When saving large amount of forecasts, only saving the distr_args is much more economical. This is why I would love to have the option to choose distr_args as output instead of the samples.

References

Here is the relevant part of the code:

distr_args = self.proj_distr_args(rnn_outputs)

@jschemm jschemm added the enhancement New feature or request label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant