Learn R Programming

applicable (version 0.1.0)

score: A scoring function

Description

A scoring function

Usage

score(object, ...)

# S3 method for default score(object, ...)

Value

A tibble of predictions.

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.