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

## Description This PR closes #824. Not quite sure whether the lifecycle svgs should go as well? 🤷 We're not using them at the moment. [Describe the changes that you...

## Description This PR closes #. As discussed in #791, this PR adds an additional forecast super class and replaces the current `print` method with it. I also slightly updated...

Should we also print the warnings in a batch instead of eagerly at the time of occurrence? They could easily get lost in the other warnings as the functions are...

enhancement

Consider the following example: `observed

> I see it has been discussed a bit in but I am uncomfortable with the fact we re-validate the class in the `print()` method. Not just because it’s inefficient...

> scoringutils codebase contains a lot of try(), suppressMessages(), suppressWarnings(). This is likely the symptoms that a refactoring or redesign is necessary. In particular, one potential cause can be the...

> The Metrics R package doesn’t seem actively maintained and may present a risk to the long-term sustainability of the project. From what I can tell, we only use it...

I believe I mentioned it in the past but I am still uncomfortable with the `plot_heatmap()` function. The output here should be a table, not a plot. This comes with...

> Am I correct that most figures in `man/figures/` are no longer used? If so, they should be removed. _Originally posted by @Bisaloo in https://github.com/epiforecasts/scoringutils/pull/791#pullrequestreview-2003401135_

> I wonder if there should be a `forecast` [abstract class](https://en.wikipedia.org/wiki/Abstract_type), from which `forecast_binary`, `forecast_point`, etc. would inherit. In the docs and exported functions (e.g., `is_forecast()`, `validate_forecast()`), things appear as...