score.supervised_multi_learner: Calculate the score for a multi-task model on the given data

View source: R/iaibase.R

score.supervised_multi_learnerR Documentation

Calculate the score for a multi-task model on the given data

Description

Julia Equivalent: IAI.score and IAI.score

Usage

## S3 method for class 'supervised_multi_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.

IAI Compatibility

Requires IAI version 3.2 or higher.

Examples

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


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