A scoring function
score(object, ...) ## Default S3 method: score(object, ...)
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().
recipes::recipe()
...
Not currently used, but required for extensibility.
A tibble of predictions.