rtemis

Command Palette

Search for a command to run...

ModalityStackingHyperparameters

Variant

ModalityStacking: stacked ensemble with one learner per feature group. See `setup_ModalityStacking`.

Raw JSONv1Unknown properties rejected

Properties

base_learners
Hyperparameters[]
inner_resampling_config
expand_search_spaces
boolean

Expand a base learner's search space into one library entry per grid combination, rather than tuning it by inner resampling.

ifw
boolean | object

Inverse Frequency Weighting in classification.

meta_learner
discrete
boolean | object

Keep the single library entry with the lowest cross-validated risk rather than the weighted combination.

feature_groups
object | null

Features each base learner sees, keyed by base learner name. Values must name training features.

Relationships