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""CART""GLMNET""LightCART""LightRF""LightGBM""LightRuleFit""Isotonic""LinearSVM""RadialSVM""TabNet""Ranger"

hyperparametersrequired
object

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

Relationships

Used by