SuperConfig
Entry pointLanguage-independent config for an rtemis supervised-learning run. Mirrors the `SuperConfig` object: data references, optional preprocessing / decomposition, an algorithm with hyperparameters, optional tuning and outer resampling, and execution settings. The same config drives rtemis (R), rtemis-py, and rtemislive.
Properties
dat_training_pathstring | nullPath to the training data.
dat_validation_pathstring | nullPath to the validation data.
dat_test_pathstring | nullPath to the held-out test data.
weightsstring | nullName of the column to use as case weights.
positive_classstring | nullOutcome level to treat as positive (binary classification).
preprocessor_configdecomposition_confighyperparameterstuner_configouter_resampling_configexecution_configquestionstring | nullUser-provided label / question for the run.
outdirstringOutput directory for results.
verbosityinteger≥ 0Verbosity level.