ResamplerConfig
ComponentLanguage-independent config for an rtemis resampler. Mirrors the `ResamplerConfig` object: a resampler type plus its type-specific settings. The same config drives rtemis (R), rtemis-py, and rtemislive to identical resamples.
Variants
The value of type selects which schema applies.
KFoldKFoldConfigStratSubStratSubConfigStratBootStratBootConfigBootstrapBootstrapConfigLOOCVLOOCVConfigCustomCustomConfig
Properties
typerequiredstringResampler type.
one of
"KFold""StratSub""StratBoot""Bootstrap""LOOCV""Custom"ninteger | null≥ 1Number of resamples. null for LOOCV, where it is determined by the data.
Relationships
Used by