as_scores {scoringutils} | R Documentation |
Create an object of class scores
from data
Description
This convenience function wraps new_scores()
and validates
the scores
object.
Usage
as_scores(scores, metrics)
Arguments
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). |
Value
An object of class scores
[Package scoringutils version 2.1.1 Index]