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

[Time series Forecasting] Continuous Ranked Probablity Score (CRPS) loss for probablity network ouput type #479

Open
dengdifan opened this issue Sep 20, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@dengdifan
Copy link
Contributor

We could consider implementing CPRS an alternative training loss for the probabilistic network output type.
INFO: https://www.lokad.com/continuous-ranked-probability-score

@dengdifan dengdifan added the enhancement New feature or request label Sep 20, 2022
@omeurer
Copy link

omeurer commented Dec 16, 2023

Hey @dengdifan !
Within a university project, my team and I would like to contribute to this issue. If you have any more detailed specifications or hints, we would be glad to get them from you.
Thanks for your work !

@dengdifan
Copy link
Contributor Author

Hi @omeurer,
sorry for the late reply, I am currently working on some other projects these days.

Basically, you could check if you can add a new loss type under this py module: https://github.com/automl/Auto-PyTorch/blob/master/autoPyTorch/pipeline/components/training/losses.py

Then you should attach the new loss to this dict: https://github.com/automl/Auto-PyTorch/blob/master/autoPyTorch/pipeline/components/training/losses.py#L128

Finally, some constraints might be required for this function: https://github.com/automl/Auto-PyTorch/blob/master/autoPyTorch/pipeline/time_series_forecasting.py#L207

if you have any further questions, please let me know.

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

2 participants