Hyperparameters
ComponentLanguage-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`.
Variants
The value of algorithm selects which schema applies to hyperparameters.
GLMGLMHyperparametersGAMGAMHyperparametersCARTCARTHyperparametersGLMNETGLMNETHyperparametersLightCARTLightCARTHyperparametersLightRFLightRFHyperparametersLightGBMLightGBMHyperparametersLightRuleFitLightRuleFitHyperparametersIsotonicIsotonicHyperparametersLinearSVMLinearSVMHyperparametersRadialSVMRadialSVMHyperparametersTabNetTabNetHyperparametersRangerRangerHyperparameters
Properties
algorithmrequiredstringSupervised-learning algorithm name (matches `setup_<algorithm>`).
one of
"GLM""GAM""CART""GLMNET""LightCART""LightRF""LightGBM""LightRuleFit""Isotonic""LinearSVM""RadialSVM""TabNet""Ranger"hyperparametersrequiredobjectVariant-specific parameters. Validated per `algorithm` below.
Relationships
Used by