scoringutils icon indicating copy to clipboard operation
scoringutils copied to clipboard

Utilities for Scoring and Assessing Predictions

Results 177 scoringutils issues
Sort by recently updated
recently updated
newest added

- #608 - [ ] Create a new class - [x] #607 - [ ] create a class constructor - [ ] create a validator - [ ] Create methods...

feature request

As mentioned in #604, we would like to be able to score categorical/multiclass forecasts (or whatever the name should be, see #607. What should the expected format be? **Data.frame** Are...

implementation-ready

In #631 @sbfnk suggested adding an additional argument, `type = c("quantile", "interval") to `get_coverage()`. Below is a full proposal for what the function could look like. One open question is...

feature request

We currently have a `scores` object. This could get a nice print method analogously to the ones for forecast objects. It could for example print the scores that have already...

feature request

Function could be simplified. Some code could be replaced by a method for a generic `sample_to_quantile.numeric()`. Function could use `interval_coverage_quantile()`.

refactor

We would like users to be able to use metrics from other packages in `score()`. Sometimes, functions from those packages are different from our formats. - **0/1 input in binary...

help wanted
question

It would be nice to have a few showcases of how scoringutils interfaces with other packages - using functions from other packages - extending scoringutils - showcase functionality of other...

documentation

**Update**: We wrap several functions from `scoringRules`. This creates code complexity which I think is only warranted if we provide an extra benefit to the user. This benefit, in particular,...

package improvement

The vignette should explain - What input formats `score()` expects - What input format the different scores expect for the various forecast types - The workflow and how different functions...

documentation

We have an `interval_coverage_dev_quantile()` function, but we don't have the equivalent for quantile coverage. New function would be `quantile_coverage_dev_quantile()`

feature request
implementation-ready