rtemis

Command Palette

Search for a command to run...

Hyperparameters

Component

Language-independent algorithm hyperparameters: an algorithm name and an algorithm-specific `hyperparameters` object, validated per-algorithm against schema.rtemis.org/hyperparameters/<algorithm>/v1. Mirrors the `{algorithm, hyperparameters}` wire format consumed by `.list_to_Hyperparameters`.

Raw JSONv1Unknown properties rejected

Variants

The value of algorithm selects which schema applies to hyperparameters.

Properties

algorithmrequired
string

Supervised-learning algorithm name (matches `setup_<algorithm>`).

one of"GLM""GAM""GLMNET""GLMTree""SPLS""MARS""LinearSVM""RadialSVM""CART""Ranger""LightCART""LightRF""LightGBM""LightRuleFit""BART""Isotonic""MLP""TabNet""KNN""HAL""MonotonicHAL""LINAD""LINADForest""NNLS""SuperLearner""ModalityStacking""ConditionalSuperLearner"

hyperparametersrequired
object

Variant-specific parameters. Validated per `algorithm` below.

Relationships