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

- Add Talagrand diagram (verification rank histogram) --> see Gneiting 2007. Somewhat analogous to PIT. - look at sample autocorrelation functions for PIT values - add marginal calibration plot

enhancement
feature request

It would be cool to have an implementation of the Diebold-Mariano test to test whether the scores of two models are significantly different.

enhancement
good first issue
help wanted
feature request

i.e. add some code to score_continuous_integer.R ``` if ("coverage" %in% metrics) { } ```

package improvement

For example, in `pit_sample()` there is currently this: ``` if (missing("true_values") | missing("predictions")) { stop("`true_values` or `predictions` missing in function 'pit_sample()'") } check_not_null(true_values = true_values, predictions = predictions) ``` This...

package improvement

A simple function could be passed in `eval_forecasts` This could be especially useful for scoring point forecasts so that we don't have to implement all metrics on our own

feature request

a lot of metrics are already present in the metrics package. It would be good to have a convenient to use wrapper that automatically scores point forecasts

enhancement
good first issue

## Description This PR closes #784. The PR - makes some nonsense changes in .Rbuildignore and .Rinstignore and _pkgdown.yml - please ignore - makes a small update to the manuscript...