# 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.