Make interval_range in interval_score more robust#277
Make interval_range in interval_score more robust#277adrian-lison wants to merge 1 commit intoepiforecasts:masterfrom
Conversation
|
Hi Adrian, thanks a lot for the PR! If we want to change to the unit scale
If we wanted to stick to the current function
If we just want to save users from making mistakes, then maybe option 2 and just adding a warning is easier. But agree that for consistency your option would be better. What do you think? |
|
Just made a PR for option 2 (as it's just a lot easier to implement for now and we could still make the change you suggested later) in #281 |
|
Hallo everyone, what is going on here? Am I right in thinking Nikos you went a different way to solve this? Should we be closing this PR? |
|
Yes I think we should be closing it for now. @adrian-lison if you feel strongly about it I think we should create an issue and a new PR / reopen this PR at a later point in time. |
|
Thanks again for this @adrian-lison! |
|
Yes, thank you @adrian-lison! I think this was really helpful. Still happy to continue thinking more about the full version of what you suggested! |
|
No worries @nikosbosse, and I think your PR already addresses the main concern! |
This PR changes the
interval_rangeargument from percentage scale to unit scale with the intention of making the functioninterval_scoremore robust.Pros:
alphaor thequantilesargument inquantile_scoreare also on the unit scaleCons: