ConditionalSuperLearnerHyperparameters
VariantConditional SuperLearner: an oracle routes each case to one of a library of experts. See `setup_ConditionalSuperLearner`.
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.
n_iterationstunableinteger≥ 1Alternations between fitting the oracle and refitting the experts.
lossstring | nullPer-case loss the oracle minimizes. NULL = squared error, which for classification is the Brier score.
one of
"squared_error""log_loss"initstringRegion each expert starts from: the whole training fold, or a random partition of it.
one of
"full""random"min_region_sizeinteger≥ 1Fewest cases an expert's region may hold before the expert keeps its previous fit instead of being refitted.
Relationships
Composes
Used by