score.supervised_learner: Calculate the score for a model on the given data

View source: R/iaibase.R

score.supervised_learnerR Documentation

Calculate the score for a model on the given data

Description

Julia Equivalent: IAI.score

Usage

## S3 method for class 'supervised_learner'
score(obj, X, ...)

Arguments

obj

The learner or grid to evaluate.

X

The features of the data.

...

Other parameters, including zero or more target vectors as required by the problem type. Refer to the Julia documentation for available parameters.

Examples

## Not run: iai::score(lnr, X, y)


iai documentation built on July 9, 2023, 5:41 p.m.