Learn R Programming

iai (version 1.10.2)

score.optimal_feature_selection_learner: Calculate the score for an Optimal Feature Selection learner on the given data

Description

Julia Equivalent: IAI.score

Usage

# S3 method for optimal_feature_selection_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. If the coordinated_sparsity parameter on the learner is TRUE, then fit_index must be used to specify which cluster should be used. Refer to the Julia documentation for available parameters.

IAI Compatibility

Requires IAI version 1.1 or higher.

Examples

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

Run the code above in your browser using DataLab