Learn R Programming

iai (version 1.0.0)

score: score

Description

Calculate the score for a model on the given data

Usage

score(lnr, X, ...)

Arguments

lnr

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.

Details

Julia Equivalent: IAI.score

Examples

Run this code
# NOT RUN {
iai::score(lnr, X, y)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab