Learn R Programming

scoringutils (version 2.1.0)

as_scores: 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)

Value

An object of class scores

Arguments

scores

A data.table or similar with scores as produced by score().

metrics

A character vector with the names of the scores (i.e. the names of the scoring rules used for scoring).