new_scores | R Documentation |
scores
This function creates an object of class scores
based on a
data.table or similar.
new_scores(scores, metrics, ...)
scores |
A data.table or similar with scores as produced by |
metrics |
A character vector with the names of the scores (i.e. the names of the scoring rules used for scoring). |
... |
Additional arguments to |
An object of class scores
## Not run:
df <- data.frame(
model = "A",
wis = "0.1"
)
new_scores(df, "wis")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.