#| child: aaa.Rmd
#| include: false

r descr_models("auto_ml", "h2o")

Tuning Parameters

This model has no tuning parameters.

Engine arguments of interest

Translation from parsnip to the original package (regression)

[agua::h2o_train_auto()] is a wrapper around [h2o::h2o.automl()].

#| label: h2o-reg
auto_ml() |>  
  set_engine("h2o") |> 
  set_mode("regression") |> 
  translate()

Translation from parsnip to the original package (classification)

#| label: h2o-cls
auto_ml() |>  
  set_engine("h2o") |> 
  set_mode("classification") |> 
  translate()

Preprocessing requirements

#| child: template-makes-dummies.Rmd

Initializing h2o

#| child: template-h2o-init.Rmd

Saving fitted model objects

#| child: template-bundle.Rmd


Try the parsnip package in your browser

Any scripts or data that you put into this service are public.

parsnip documentation built on June 8, 2025, 12:10 p.m.