Learn R Programming

iai (version 1.4.0)

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

Description

Julia Equivalent: IAI.score

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.

Examples

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

Run the code above in your browser using DataLab