ModalityStackingHyperparameters
VariantModalityStacking: stacked ensemble with one learner per feature group. See `setup_ModalityStacking`.
Properties
base_learnersHyperparameters[]inner_resampling_configexpand_search_spacesbooleanExpand a base learner's search space into one library entry per grid combination, rather than tuning it by inner resampling.
ifwboolean | objectInverse Frequency Weighting in classification.
meta_learnerdiscreteboolean | objectKeep the single library entry with the lowest cross-validated risk rather than the weighted combination.
feature_groupsobject | nullFeatures each base learner sees, keyed by base learner name. Values must name training features.
Relationships
Composes
Used by