Learn R Programming

iai (version 1.10.2)

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

Description

Julia Equivalent: IAI.score and IAI.score

Usage

# S3 method for 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

Run this code
if (FALSE) iai::score(lnr, X, y)

Run the code above in your browser using DataLab