Nothing
#| child: aaa.Rmd #| include: false
r descr_models("multinom_reg", "h2o")
#| label: h2o-param-info #| echo: false defaults <- tibble::tibble(parsnip = c("penalty", "mixture"), default = c("see below", "see below")) param <- multinom_reg() |> set_engine("h2o") |> make_parameter_list(defaults)
This model has r nrow(param)
tuning parameters:
#| label: h2o-param-list #| echo: false #| results: asis param$item
#| child: template-h2o-glm-penalty.Rmd #| include: false
[agua::h2o_train_glm()] for multinom_reg()
is a wrapper around [h2o::h2o.glm()] with family = 'multinomial'
.
#| label: h2o-cls multinom_reg(penalty = double(1), mixture = double(1)) |> set_engine("h2o") |> translate()
#| child: template-makes-dummies.Rmd
#| child: template-same-scale.Rmd
By default, [h2o::h2o.glm()] uses the argument standardize = TRUE
to center and scale the data.
#| child: template-h2o-init.Rmd
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.