scoringutils
scoringutils copied to clipboard
Improve error handling for cases where some quantiles are NA
When some lower or upper bounds of a prediction interval (i.e. when some quantiles) are NA, then score() should alert the user somehow of this.
Maybe the corresponding intervals should be removed when cleaning the data.
Currently coverage is still "computed" and is set to TRUE, which is not ideal.