variable_importance.optimal_feature_selection_learner {iai} | R Documentation |
Julia Equivalent:
IAI.variable_importance
## S3 method for class 'optimal_feature_selection_learner'
variable_importance(obj, fit_index = NULL, ...)
obj |
The learner to query. |
fit_index |
The index of the cluster to use for prediction, if the
|
... |
Refer to the Julia documentation for available parameters. |
Requires IAI version 1.1 or higher.
## Not run: iai::variable_importance(lnr, ...)