ModalityStackingHyperparameters
VariantModalityStacking: stacked ensemble with one learner per feature group. See `setup_ModalityStacking`.
Properties
base_learnersHyperparameters[]meta_learnerinner_resampling_configexpand_search_spacesbooleanExpand a base learner's search space into one library entry per grid combination, rather than tuning it by inner resampling.
ifwtunablebooleanInverse Frequency Weighting in classification.
discretetunablebooleanKeep 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