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

Feature Request: Add crps method to tfp.distributions #1340

Open
kaijennissen opened this issue May 22, 2021 · 1 comment
Open

Feature Request: Add crps method to tfp.distributions #1340

kaijennissen opened this issue May 22, 2021 · 1 comment

Comments

@kaijennissen
Copy link

Hi,

first of all I'd like to thank you for the great work.
I have a feature request for a new method which implements the 'continuous ranked probability score' for all distributions (for which it is possible, see f.e. Evaluating Probabilistic Forecasts with scoringRules).
This method would enable the use of the CRPS as loss function in the same way as the negative log likelihood is used. (f.e. crps_loss_fn = lambda y, p_y : p_y.crps(y) )

Kind Regards

@allenwind
Copy link

allenwind commented Apr 11, 2023

here's a example
blei-lab/edward#922

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

3 participants