Aggregate variable importance from models in a
familiarEnsemble
.
extract_model_vimp(
object,
data,
aggregation_method = waiver(),
rank_threshold = waiver(),
message_indent = 0L,
verbose = FALSE,
...
)
A list containing variable importance information.
A familiarEnsemble
object, which is an ensemble of one or more
familiarModel
objects.
A dataObject
object, data.table
or data.frame
that
constitutes the data that are assessed.
Method for aggregating variable importances for the purpose of evaluation. Variable importances are determined during feature selection steps and after training the model. Both types are evaluated, but feature selection variable importance is only evaluated at run-time.
See the documentation for the vimp_aggregation_method
argument in
summon_familiar
for information concerning the different available
methods.
If not provided explicitly, this parameter is read from settings used at
creation of the underlying familiarModel
objects.
The threshold used to define the subset of highly important features during evaluation.
See the documentation for the vimp_aggregation_rank_threshold
argument in
summon_familiar
for more information.
If not provided explicitly, this parameter is read from settings used at
creation of the underlying familiarModel
objects.
Number of indentation steps for messages shown during computation and extraction of various data elements.
Flag to indicate whether feedback should be provided on the computation and extraction of various data elements.
Unused arguments.