score: A scoring function

View source: R/score.R

scoreR Documentation

A scoring function

Description

A scoring function

Usage

score(object, ...)

## Default S3 method:
score(object, ...)

Arguments

object

Depending on the context:

  • A data frame of predictors.

  • A matrix of predictors.

  • A recipe specifying a set of preprocessing steps created from recipes::recipe().

...

Not currently used, but required for extensibility.

Value

A tibble of predictions.


applicable documentation built on Aug. 21, 2022, 1:06 a.m.