epiforecasts / scoringutils

Utilities for Scoring and Assessing Predictions
https://epiforecasts.io/scoringutils/
Other
48 stars 20 forks source link

Mention purrr partial in the docs #860

Closed nikosbosse closed 1 month ago

nikosbosse commented 2 months ago

Description

This PR closes #820.

We had a bit of a back-and-forth in #820. The question was whether to keep customise_metric() or to officially replace ith with purrr::partial(). This PR adds a comment to the docs that customise_metric() is essentially the same as purrr::partial(). Also opening up the floor if people have more thoughts on it :) @sbfnk

Checklist